Initial commit: pi_mcps monorepo with BigMind MCP server
This commit is contained in:
Executable
+6
@@ -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
|
||||
Reference in New Issue
Block a user