Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub forsonny/maker-frameworkCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"maker-qa": {
"command": "python",
"args": [
"-m",
"qa_server"
],
"env": {
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}",
"MAKER_CACHE_DIR": "${CLAUDE_PLUGIN_ROOT}/cache"
}
}
}
}Server configuration and connection parameters
python${CLAUDE_PLUGIN_ROOT}Command-line arguments passed to the server process
Environment variables set when the server starts
PYTHONPATH=${CLAUDE_PLUGIN_ROOT}MAKER_CACHE_DIR=${CLAUDE_PLUGIN_ROOT}/cacheShare bugs, ideas, or general feedback.