Initial commit: pi_mcps monorepo with BigMind MCP server

This commit is contained in:
Patrick Plate
2026-04-03 13:37:45 +02:00
commit 6623fe0337
33 changed files with 10314 additions and 0 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
BASEDIR=$(dirname "$0")
cd "$BASEDIR" || exit
# Lately path is not considering homebrew install, so we add it manually
export PATH=%PATH:"$HOME"/.local/bin/:/Library/Frameworks/Python.framework/Versions/3.12/bin/
uv run src/server.py