initial commit

This commit is contained in:
2026-07-14 10:49:14 +02:00
commit 9fef20ad53
16 changed files with 588 additions and 0 deletions

20
config/mcpo/mcpo.json Normal file
View File

@@ -0,0 +1,20 @@
{
"mcpServers": {
"filesystem": {
"transport": "sse",
"url": "http://mcp-filesystem:8010/sse"
},
"gitea": {
"transport": "sse",
"url": "http://mcp-gitea:8000/sse"
},
"k8s": {
"transport": "sse",
"url": "http://mcp-k8s:8012/sse"
},
"media": {
"transport": "sse",
"url": "http://mcp-media:8013/sse"
}
}
}