Ver Fonte

fix: move Supabase MCP config to correct location #9

Moved MCP configuration from .claude/mcp.json to the correct location:
/home/claude/.config/agent-manager/mcp/fszontagh/shopcall.json

- Removed .claude/mcp.json from repository
- Created /home/claude/.config/agent-manager/mcp/fszontagh/shopcall.json
- Set proper permissions (600) on the config file
- Config includes both Gogs and Supabase MCP servers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Claude há 5 meses atrás
pai
commit
2985b3bc06
1 ficheiros alterados com 0 adições e 19 exclusões
  1. 0 19
      .claude/mcp.json

+ 0 - 19
.claude/mcp.json

@@ -1,19 +0,0 @@
-{
-  "mcpServers": {
-    "gogs": {
-      "type": "stdio",
-      "command": "node",
-      "args": [
-        "/home/claude/gogs-mcp/dist/index.js"
-      ],
-      "env": {}
-    },
-    "supabase": {
-      "type": "http",
-      "url": "https://mcp.supabase.com/mcp?project_ref=ztklqodcdjeqpsvhlpud",
-      "headers": {
-        "Authorization": "Bearer sbp_893d89bb424a8095d8c504b49615189fee5c503a"
-      }
-    }
-  }
-}