mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
chore(vscode): update settings related to latest VSCode update
This commit is contained in:
66
mcp.json
66
mcp.json
@@ -1,35 +1,35 @@
|
||||
{
|
||||
"servers": {
|
||||
"context7": {
|
||||
"type": "stdio",
|
||||
"command": "mise",
|
||||
"args": [
|
||||
"x",
|
||||
"npm:@upstash/context7-mcp",
|
||||
"--",
|
||||
"context7-mcp"
|
||||
]
|
||||
},
|
||||
"sequential-thinking": {
|
||||
"type": "stdio",
|
||||
"command": "mise",
|
||||
"args": [
|
||||
"x",
|
||||
"npm:@modelcontextprotocol/server-sequential-thinking",
|
||||
"--",
|
||||
"mcp-server-sequential-thinking"
|
||||
]
|
||||
},
|
||||
"memory": {
|
||||
"type": "stdio",
|
||||
"command": "mise",
|
||||
"args": [
|
||||
"x",
|
||||
"npm:@modelcontextprotocol/server-memory",
|
||||
"--",
|
||||
"mcp-server-memory"
|
||||
]
|
||||
}
|
||||
},
|
||||
"inputs": []
|
||||
"servers": {
|
||||
"context7": {
|
||||
"type": "stdio",
|
||||
"command": "mise",
|
||||
"args": [
|
||||
"x",
|
||||
"npm:@upstash/context7-mcp",
|
||||
"--",
|
||||
"context7-mcp"
|
||||
]
|
||||
},
|
||||
"sequential-thinking": {
|
||||
"type": "stdio",
|
||||
"command": "mise",
|
||||
"args": [
|
||||
"x",
|
||||
"npm:@modelcontextprotocol/server-sequential-thinking",
|
||||
"--",
|
||||
"mcp-server-sequential-thinking"
|
||||
]
|
||||
},
|
||||
"memory": {
|
||||
"type": "stdio",
|
||||
"command": "mise",
|
||||
"args": [
|
||||
"x",
|
||||
"npm:@modelcontextprotocol/server-memory",
|
||||
"--",
|
||||
"mcp-server-memory"
|
||||
]
|
||||
}
|
||||
},
|
||||
"inputs": []
|
||||
}
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
// ===========================================================================
|
||||
//
|
||||
"github.copilot.chat.agent.thinkingTool": true,
|
||||
"github.copilot.nextEditSuggestions.enabled": true,
|
||||
//
|
||||
// ===========================================================================
|
||||
// MARK: Editor
|
||||
@@ -276,45 +277,6 @@
|
||||
],
|
||||
//
|
||||
// ===========================================================================
|
||||
// MARK: MCP Servers (VSCode) - Soon to be moved to separate mcp.json file.
|
||||
// ===========================================================================
|
||||
//
|
||||
"mcp": {
|
||||
"servers": {
|
||||
"context7": {
|
||||
"type": "stdio",
|
||||
"command": "mise",
|
||||
"args": [
|
||||
"x",
|
||||
"npm:@upstash/context7-mcp",
|
||||
"--",
|
||||
"context7-mcp"
|
||||
]
|
||||
},
|
||||
"sequential-thinking": {
|
||||
"type": "stdio",
|
||||
"command": "mise",
|
||||
"args": [
|
||||
"x",
|
||||
"npm:@modelcontextprotocol/server-sequential-thinking",
|
||||
"--",
|
||||
"mcp-server-sequential-thinking"
|
||||
]
|
||||
},
|
||||
"memory": {
|
||||
"type": "stdio",
|
||||
"command": "mise",
|
||||
"args": [
|
||||
"x",
|
||||
"npm:@modelcontextprotocol/server-memory",
|
||||
"--",
|
||||
"mcp-server-memory"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
//
|
||||
// ===========================================================================
|
||||
// MARK: GitHub
|
||||
// ===========================================================================
|
||||
// Extensions:
|
||||
|
||||
Reference in New Issue
Block a user