From 4c8d887e782bf832f08708589c3baf02e5853726 Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Tue, 26 Aug 2025 19:05:18 +0300 Subject: [PATCH] mcp --- .gitignore | 1 + AI/MCP/cline_mcp_settings.json | 55 ++++++++++++++++------------------ 2 files changed, 27 insertions(+), 29 deletions(-) diff --git a/.gitignore b/.gitignore index b0ac3ed..a4ba791 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .aider* +AI/MCP/* \ No newline at end of file diff --git a/AI/MCP/cline_mcp_settings.json b/AI/MCP/cline_mcp_settings.json index 07ae766..acdcec7 100644 --- a/AI/MCP/cline_mcp_settings.json +++ b/AI/MCP/cline_mcp_settings.json @@ -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": [] - } - } -} \ No newline at end of file + "github.com/zcaceres/fetch-mcp": { + "command": "node", + "args": ["C:\\Users\\popov\\Documents\\Cline\\MCP\\fetch-mcp\\dist\\index.js"], + "disabled": false, + "autoApprove": [] + } + } +}