This commit is contained in:
Dobromir Popov
2025-08-26 19:05:18 +03:00
parent 89bbe30286
commit 4c8d887e78
2 changed files with 27 additions and 29 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
.aider*
AI/MCP/*

View File

@@ -20,11 +20,8 @@
},
"github.com/zcaceres/fetch-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fetch"
],
"command": "node",
"args": ["C:\\Users\\popov\\Documents\\Cline\\MCP\\fetch-mcp\\dist\\index.js"],
"disabled": false,
"autoApprove": []
}