refactor(mcp): remove standalone HTTP mode, keep only built-in endpoint and stdio
Build and Deploy / build-and-push (push) Successful in 54s

- MCP Server is now only available via built-in /mcp endpoint or stdio
- Remove --http flag and standalone HTTP server code
- Simplify documentation and frontend settings
This commit is contained in:
2026-07-27 02:52:46 +08:00
parent f3a44a901e
commit bcf7cbbeea
3 changed files with 30 additions and 168 deletions
+1 -5
View File
@@ -322,11 +322,7 @@ export default function Settings() {
"mcpServers": {
"taskpool": {
"command": "taskpool",
"args": ["mcp"],
"env": {
"TASKPOOL_URL": "${window.location.origin}",
"TASKPOOL_TOKEN": "${siteForm.openapi_token || '在设置页生成 Token'}"
}
"args": ["mcp"]
}
}
}`}</pre>