vscode中使用github copilot agent,配置MCP
{
"mcpServers": {
"promptx": {
"type": "streamable-http",
"url": "http://127.0.0.1:5203/mcp"
}
}
}
无法生效,Agent帮我配置了几次,B站也找了资料还是不发配置成功,请指导下怎么配置,谢谢!
我在cursor中配置
{
"mcpServers": {
"promptx": {
"type": "streamable-http",
"url": "http://127.0.0.1:5203/mcp"
}
}
}
是可以运行的,cursor中配置简单;