Bound shared MCP container lifecycle
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"context-web-search": {
|
||||
"command": "context-kit",
|
||||
"args": ["web-search"]
|
||||
"type": "http",
|
||||
"url": "http://127.0.0.1:8777/mcp"
|
||||
},
|
||||
"context-docs": {
|
||||
"type": "http",
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"mcp": {
|
||||
"context-web-search": {
|
||||
"type": "local",
|
||||
"command": ["context-kit", "web-search"],
|
||||
"type": "remote",
|
||||
"url": "http://127.0.0.1:8777/mcp",
|
||||
"enabled": true,
|
||||
"timeout": 150000
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user