Add VS Code MCP config for sample-mcp testing

This commit is contained in:
Agent 2026-03-13 10:51:54 +00:00
parent 5735a981d8
commit 050c63e8d3

12
.vscode/mcp.json vendored Normal file
View file

@ -0,0 +1,12 @@
{
"servers": {
"test-mcp": {
"url": "https://mcp.arik.work/sample-mcp/sse",
"type": "sse"
}
}
,
"inputs": []
}