feat: 添加 MCP 服务器类型为 streamable-http

This commit is contained in:
kuaifan 2025-10-27 02:49:53 +00:00
parent da630458e1
commit 9e5d16ff16

View File

@ -146,6 +146,7 @@ export default {
mcpConfig: { mcpConfig: {
mcpServers: { mcpServers: {
DooTask: { DooTask: {
type: "streamable-http",
url: "http://localhost:22224/mcp" url: "http://localhost:22224/mcp"
} }
} }