Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cricket": {
"command": "python",
"args": [
"cricket_server.py"
],
"cwd": "/path/to/cricket-mcp-server"
}
}
}Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cricket": {
"command": "python",
"args": [
"cricket_server.py"
],
"cwd": "/path/to/cricket-mcp-server"
}
}
}