Fix MCP server path issue in Claude Desktop config
- Use absolute path to mcp_server.py to prevent path resolution issues - Resolves 'can't open file //mcp_server.py' error in Claude Desktop 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
"mcpServers": {
|
||||
"nomad-mcp": {
|
||||
"command": "/Users/nkohl/.local/bin/uv",
|
||||
"args": ["run", "python", "mcp_server.py"],
|
||||
"args": ["run", "python", "/Users/nkohl/Documents/Code/nomad_mcp/mcp_server.py"],
|
||||
"cwd": "/Users/nkohl/Documents/Code/nomad_mcp",
|
||||
"env": {
|
||||
"NOMAD_ADDR": "http://pjmldk01.ds.meisheng.group:4646"
|
||||
|
Reference in New Issue
Block a user