Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pythonFunctionGenerator": {
"command": "uv",
"args": [
"run",
"--project",
"/path/to/your/project/MCP_Server",
"mcp-function-generator"
]
}
}
}