Add .mcp.json for local MCP server testing and development. Configures the clubber MCP server with uv run to ensure proper virtual environment activation and connection to local GraphQL API. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
210 B
JSON
11 lines
210 B
JSON
{
|
|
"mcpServers": {
|
|
"clubber": {
|
|
"command": "uv",
|
|
"args": ["run", "python", "-m", "src.mcp_server"],
|
|
"env": {
|
|
"CLUBBER_API_URL": "http://127.0.0.1:8000/graphql"
|
|
}
|
|
}
|
|
}
|
|
} |