diff --git a/.vscode/mcp.json b/.vscode/mcp.json new file mode 100644 index 0000000..450d0cd --- /dev/null +++ b/.vscode/mcp.json @@ -0,0 +1,13 @@ +{ + "servers": { + "my-mcp-server-93a33ffa": { + "type": "stdio", + "command": "npx", + "args": [ + "mcp-remote", + "https://mcp.linear.app/sse" + ] + } + }, + "inputs": [] +} \ No newline at end of file