From 9b47429c88408ea2ff866447004bd17b609041d9 Mon Sep 17 00:00:00 2001 From: Bob Molitor Date: Fri, 31 Oct 2025 13:03:47 +0100 Subject: [PATCH] wip --- .gitignore | 2 +- .mcp.json | 37 ------------------------------------- 2 files changed, 1 insertion(+), 38 deletions(-) diff --git a/.gitignore b/.gitignore index e2b1505..3238862 100644 --- a/.gitignore +++ b/.gitignore @@ -24,5 +24,5 @@ yarn-error.log env *.mcp* *.mdc -.mcp.json +/.mcp.json AGENTS*.* \ No newline at end of file diff --git a/.mcp.json b/.mcp.json index d03c71c..01738d7 100644 --- a/.mcp.json +++ b/.mcp.json @@ -15,43 +15,6 @@ "env": { "SITE_PATH": "/Users/bobmolitor/Herd/trusted_ai" } - }, - "filesystem": { - "command": "npx", - "args": [ - "-y", - "@modelcontextprotocol/server-filesystem", - "/Users/sebastianfrohlich/Desktop", - "/Users/sebastianfrohlich/Library/Mobile Documents/com~apple~CloudDocs/Jupyter Notebooks", - "/Users/sebastianfrohlich/Downloads", - "/Users/sebastianfrohlich/", - "/Users/sebastianfrohlich/Projekte" - ] - }, - "bear": { - "command": "node", - "args": [ - "/Users/sebastianfrohlich/Projekte/bear-notes-mcp/dist/index.js" - ], - "env": [] - }, - "postgresql": { - "command": "npx", - "args": [ - "-y", - "@executeautomation/database-server", - "--postgresql", - "--host", - "localhost", - "--database", - "risk_ingest_db", - "--user", - "risk_ingest_user", - "--password", - "S0prast3r1a", - "--port", - "5433" - ] } } } \ No newline at end of file