mcp
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
.aider*
|
||||
AI/MCP/*
|
@@ -1,32 +1,29 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"github.com/modelcontextprotocol/servers/tree/main/src/git": {
|
||||
"command": "uvx",
|
||||
"args": ["mcp-server-git"],
|
||||
"disabled": false,
|
||||
"autoApprove": []
|
||||
},
|
||||
"mcpServers": {
|
||||
"github.com/modelcontextprotocol/servers/tree/main/src/git": {
|
||||
"command": "uvx",
|
||||
"args": ["mcp-server-git"],
|
||||
"disabled": false,
|
||||
"autoApprove": []
|
||||
},
|
||||
|
||||
"github.com/modelcontextprotocol/servers/tree/main/src/filesystem": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-filesystem@0.5.1",
|
||||
"C:\\Users\\popov\\Documents",
|
||||
"D:\\DEV\\workspace"
|
||||
],
|
||||
"disabled": false,
|
||||
"autoApprove": []
|
||||
},
|
||||
"github.com/modelcontextprotocol/servers/tree/main/src/filesystem": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-filesystem@0.5.1",
|
||||
"C:\\Users\\popov\\Documents",
|
||||
"D:\\DEV\\workspace"
|
||||
],
|
||||
"disabled": false,
|
||||
"autoApprove": []
|
||||
},
|
||||
|
||||
"github.com/zcaceres/fetch-mcp": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-fetch"
|
||||
],
|
||||
"disabled": false,
|
||||
"autoApprove": []
|
||||
}
|
||||
}
|
||||
"github.com/zcaceres/fetch-mcp": {
|
||||
"command": "node",
|
||||
"args": ["C:\\Users\\popov\\Documents\\Cline\\MCP\\fetch-mcp\\dist\\index.js"],
|
||||
"disabled": false,
|
||||
"autoApprove": []
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user