Skip to content

Commit 48c4285

Browse files
committed
Add VS Code MCP configuration file
- Added .vscode/mcp.json for Model Context Protocol integration - Enables Copilot to work with MCP servers in VS Code workspace Signed-off-by: nikhil2611 <[email protected]>
1 parent 4d00114 commit 48c4285

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.vscode/mcp.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
3+
"servers": {
4+
"atlassian-mcp-server": {
5+
"url": "https://mcp.atlassian.com/v1/sse",
6+
"type": "http"
7+
}
8+
},
9+
"inputs": []
10+
}

0 commit comments

Comments
 (0)