Run docs-mcp as a long-lived shared HTTP service (#1)
Co-authored-by: Ajay Krishnan <ajay@krishnan.ca> Co-committed-by: Ajay Krishnan <ajay@krishnan.ca>
This commit was merged in pull request #1.
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
"args": ["web-search"]
|
||||
},
|
||||
"context-docs": {
|
||||
"command": "context-kit",
|
||||
"args": ["docs"]
|
||||
"type": "http",
|
||||
"url": "http://127.0.0.1:8776/mcp"
|
||||
},
|
||||
"context-repomix": {
|
||||
"command": "context-kit",
|
||||
|
||||
@@ -8,10 +8,9 @@
|
||||
"timeout": 60000
|
||||
},
|
||||
"context-docs": {
|
||||
"type": "local",
|
||||
"command": ["context-kit", "docs"],
|
||||
"enabled": true,
|
||||
"timeout": 120000
|
||||
"type": "remote",
|
||||
"url": "http://127.0.0.1:8776/mcp",
|
||||
"enabled": true
|
||||
},
|
||||
"context-repomix": {
|
||||
"type": "local",
|
||||
|
||||
Reference in New Issue
Block a user