init commit

This commit is contained in:
2026-04-12 07:19:48 -03:00
commit 9dbf89da02
111 changed files with 14925 additions and 0 deletions

16
.mcp.json Normal file
View File

@@ -0,0 +1,16 @@
{
"mcpServers": {
"united-ops-shared": {
"command": "uv",
"args": ["run", "python", "-m", "mcp_servers.shared"]
},
"united-ops-internal": {
"command": "uv",
"args": ["run", "python", "-m", "mcp_servers.ops"]
},
"united-ops-passenger": {
"command": "uv",
"args": ["run", "python", "-m", "mcp_servers.passenger"]
}
}
}