Files
nomad_mcp/run_mcp_server.sh
Nicolas Koehl 09dcc8e507 Fix MCP server virtual environment issue with shell script
- Create run_mcp_server.sh script to properly handle uv virtual environment
- Update Claude Desktop config to use shell script instead of direct uv command
- Resolves 'ModuleNotFoundError: No module named mcp' issue

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-31 11:11:31 +07:00

3 lines
104 B
Bash
Executable File

#!/bin/bash
cd /Users/nkohl/Documents/Code/nomad_mcp
/Users/nkohl/.local/bin/uv run python mcp_server.py