Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:39 +08:00
commit e56111e8c1
4 changed files with 69 additions and 0 deletions

9
.mcp.json Normal file
View File

@@ -0,0 +1,9 @@
{
"mcpServers": {
"docker-mcp-gateway": {
"command": "docker",
"args": ["mcp", "gateway", "run"],
"env": {}
}
}
}