Add .finir/mcp.json config and .gitignore
This commit is contained in:
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
.finir/
|
||||||
|
!.finir/mcp.json
|
||||||
Reference in New Issue
Block a user