Add Claude Code conductor commands, MCP server, MMA exec scripts, and implement py_get_var_declaration / py_set_var_declaration which were registered in dispatch and tool specs but had no function bodies. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
173 B
JSON
10 lines
173 B
JSON
{
|
|
"mcpServers": {
|
|
"manual-slop": {
|
|
"command": "uv",
|
|
"args": ["run", "python", "scripts/mcp_server.py"],
|
|
"cwd": "C:/projects/manual_slop"
|
|
}
|
|
}
|
|
}
|