misc, GW SP 2

This commit is contained in:
Dobromir Popov
2025-08-20 22:09:38 +03:00
parent c3254fcfa9
commit 3993248a76
4 changed files with 843 additions and 8 deletions

View File

@@ -1,28 +1,29 @@
{
"mcpServers": {
"github.com/modelcontextprotocol/servers/tree/main/src/git": {
"command": "uvx",
"args": [
"mcp-server-git"
],
"args": ["mcp-server-git"],
"disabled": false,
"autoApprove": []
},
"github.com/modelcontextprotocol/servers/tree/main/src/filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"${workspaceFolder}"
"@modelcontextprotocol/server-filesystem@0.5.1",
"C:\\Users\\popov\\Documents",
"D:\\DEV\\workspace"
],
"disabled": false,
"autoApprove": []
},
"github.com/zcaceres/fetch-mcp": {
"command": "npm",
"command": "npx",
"args": [
"start"
"-y",
"@modelcontextprotocol/server-fetch"
],
"disabled": false,
"autoApprove": []