Bound shared MCP container lifecycle

This commit is contained in:
2026-07-24 13:03:09 -07:00
parent 8de9658b8c
commit 6177a995d5
17 changed files with 1351 additions and 117 deletions

View File

@@ -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
},