From d442093f39de55af0dda6e5f1981e3fe97ed00fb Mon Sep 17 00:00:00 2001 From: armistace Date: Wed, 23 Jul 2025 12:44:59 +1000 Subject: [PATCH] remopve config --- config.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 config.json diff --git a/config.json b/config.json deleted file mode 100644 index 0b1bfa8..0000000 --- a/config.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "mcpServers": { - "gitea_stdio": { - "command": "gitea-mcp", - "args": [ - "-t", - "stdio", - "--host", - "https://git.aridgwayweb.com" - ], - "env": { - "GITEA_ACCESS_TOKEN": "bac6a1e753d6f2c0b848bd1cbad82965b43ea480" - } - }, - "homeassistant": { - "type": "sse", - "url": "https://homeassistant.aridgwayweb.com/mcp_server/sse", - "headers": { - "Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiIwZmM4ZTIyNGFlOGI0MGIxOWJmNWE2YzI3NmRkYTBkYiIsImlhdCI6MTc1MzE4MzUwNSwiZXhwIjoyMDY4NTQzNTA1fQ.At_LG5QAuIzeM470tTokbp-XIq3ytf7j5SsAmpoPrLk" - } - } - } -} \ No newline at end of file