wip
This commit is contained in:
+1
-1
@@ -24,5 +24,5 @@ yarn-error.log
|
||||
env
|
||||
*.mcp*
|
||||
*.mdc
|
||||
.mcp.json
|
||||
/.mcp.json
|
||||
AGENTS*.*
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user