在 MCP 标签页下,点击右侧的 Add MCP 按钮。
在 json 配置文件中,添加 MCP Server 配置内容,例如:
{ "mcpServers": { "python-tools": { "type": "stdio", "command": "python", "args": ["-m", "my_mcp_server"], "env": { "PYTHONPATH": "/path/to/tools" }, "description": "Python toolset" } } }
紫米美村