init: add README

This commit is contained in:
Finir Agent
2026-07-25 03:48:30 +00:00
parent 80742f4777
commit d78739231f
5 changed files with 22 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"mcpServers": {
"bash": {
"command": "python3",
"args": [
"/app/finir_agent/mcp_servers/bash_mcp_server.py"
]
}
}
}