mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
feat(vscode-insiders): add support for new mcp.json config file
This commit is contained in:
9
mcp.json
Normal file
9
mcp.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"servers": {
|
||||
"context7": {
|
||||
"url": "https://mcp.context7.com/mcp",
|
||||
"type": "http"
|
||||
}
|
||||
},
|
||||
"inputs": []
|
||||
}
|
||||
@@ -276,7 +276,7 @@
|
||||
],
|
||||
//
|
||||
// ===========================================================================
|
||||
// MARK: MCP Servers (VSCode)
|
||||
// MARK: MCP Servers (VSCode) - Soon to be moved to separate mcp.json file.
|
||||
// ===========================================================================
|
||||
//
|
||||
"mcp": {
|
||||
|
||||
Reference in New Issue
Block a user