14 lines
438 B
JSON
14 lines
438 B
JSON
{
|
|
"comment": "Windows configuration using WSL with standalone server",
|
|
"comment2": "Run './run-server.sh' in WSL to set up the environment and get exact paths",
|
|
"comment3": "Use './run-server.sh -c' to display the correct configuration",
|
|
"mcpServers": {
|
|
"pal": {
|
|
"command": "wsl.exe",
|
|
"args": [
|
|
"/path/to/pal-mcp-server/.pal_venv/bin/python",
|
|
"/path/to/pal-mcp-server/server.py"
|
|
]
|
|
}
|
|
}
|
|
} |