{ "mcpServers": { "bash": { "command": "python3", "args": [ "/app/finir_agent/mcp_servers/bash_mcp_server.py" ] }, "gitea": { "command": "python3", "args": [ "/app/finir_agent/mcp_servers/gitea_mcp_server.py" ], "env": { "GITEA_TOKEN": "${GITEA_TOKEN}", "GITEA_URL": "https://git.hanime.zip" } }, "ponytail": { "command": "python3", "args": [ "/app/finir_agent/mcp_servers/ponytail_mcp_server.py" ] } } }