diff --git a/.finir/mcp.json b/.finir/mcp.json new file mode 100644 index 0000000..4af3f82 --- /dev/null +++ b/.finir/mcp.json @@ -0,0 +1,26 @@ +{ + "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" + ] + } + } +} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f525daa --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.finir/ +!.finir/mcp.json