Lets Claude Code offer the "versapad" MCP server automatically when this project is opened, instead of requiring a manual `claude mcp add -s user` per machine. Note: the script path is currently absolute (this machine's checkout location) rather than relative -- .mcp.json doesn't reliably support workspace-relative variables across Claude Code environments, so this only works as-is on this specific checkout path for now.
8 lines
165 B
JSON
8 lines
165 B
JSON
{
|
|
"mcpServers": {
|
|
"versapad": {
|
|
"command": "py",
|
|
"args": ["C:\\Users\\Julian\\Documents\\__CODE\\VersaGUI-py\\versapad_mcp_server.py"]
|
|
}
|
|
}
|
|
}
|