diff --git a/.DS_Store b/.DS_Store
index 7ad0bb4..d923798 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/.claude/settings.local.json b/.claude/settings.local.json
new file mode 100644
index 0000000..d083c9b
--- /dev/null
+++ b/.claude/settings.local.json
@@ -0,0 +1,12 @@
+{
+ "permissions": {
+ "allow": [
+ "Read(//Users/sebastianfrohlich/Downloads/schema/**)",
+ "mcp__postgresql",
+ "mcp__filesystem",
+ "mcp__bear"
+ ],
+ "deny": [],
+ "ask": []
+ }
+}
diff --git a/.mcp.json b/.mcp.json
index 01738d7..06d8f4f 100644
--- a/.mcp.json
+++ b/.mcp.json
@@ -13,8 +13,43 @@
"/Applications/Herd.app/Contents/Resources/herd-mcp.phar"
],
"env": {
- "SITE_PATH": "/Users/bobmolitor/Herd/trusted_ai"
+ "SITE_PATH": "/Users/sebastianfrohlich/Herd/frontend"
}
+ },
+ "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
diff --git a/public/favicon.ico b/public/favicon.ico
index 236fadb..2fcd6fe 100644
Binary files a/public/favicon.ico and b/public/favicon.ico differ
diff --git a/public/favicon.svg b/public/favicon.svg
index e4e710e..3bc2c26 100644
--- a/public/favicon.svg
+++ b/public/favicon.svg
@@ -1,3 +1,4 @@
-
+
+
\ No newline at end of file