809e9d2bf3
New tables: custom_field_definition, custom_field_value
Supports field types: text, number, date, dropdown, checkbox
Endpoints:
- GET/POST /repos/{owner}/{repo}/custom-fields
- GET/PATCH/DELETE /repos/{owner}/{repo}/custom-fields/{fieldId}
- GET /repos/{owner}/{repo}/issues/{index}/custom-fields
- PUT /repos/{owner}/{repo}/issues/{index}/custom-fields/{fieldId}
- DELETE /repos/{owner}/{repo}/issues/{index}/custom-fields/{fieldId}
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
26 lines
539 B
JSON
26 lines
539 B
JSON
{
|
|
"mcpServers": {
|
|
"ssh": {
|
|
"type": "stdio",
|
|
"command": "node",
|
|
"args": [
|
|
"A:/ssh-mcp/src/index.js"
|
|
]
|
|
},
|
|
"wiki": {
|
|
"type": "stdio",
|
|
"command": "node",
|
|
"args": [
|
|
"A:/wiki-mcp/dist/index.js"
|
|
]
|
|
},
|
|
"project": {
|
|
"type": "stdio",
|
|
"command": "node",
|
|
"args": [
|
|
"A:/project-mcp/dist/index.js"
|
|
]
|
|
}
|
|
}
|
|
}
|