This commit is contained in:
Marek Lesko
2025-11-14 14:11:31 +00:00
parent 74dfb95d99
commit 74c466b56f

13
.vscode/mcp.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"servers": {
"my-mcp-server-93a33ffa": {
"type": "stdio",
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.linear.app/sse"
]
}
},
"inputs": []
}