mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 03:16:39 +00:00
chore(mcp): remove memory server configuration from mcp.json files
- Deleted the memory server configuration from both mcp.json and cursor/mcp.json to streamline server settings.
This commit is contained in:
@@ -1,15 +1,5 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"memory": {
|
||||
"type": "stdio",
|
||||
"command": "mise",
|
||||
"args": [
|
||||
"x",
|
||||
"npm:@modelcontextprotocol/server-memory",
|
||||
"--",
|
||||
"mcp-server-memory"
|
||||
]
|
||||
},
|
||||
"deepwiki": {
|
||||
"url": "https://mcp.deepwiki.com/mcp"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user