feat(mcp): add Java MCP bridge and agent config

This commit is contained in:
jade
2026-07-09 16:03:58 +09:00
parent e74e8f763c
commit 7db0b4e8af
3 changed files with 229 additions and 0 deletions

10
.agents/mcp.json Normal file
View File

@@ -0,0 +1,10 @@
{
"mcpServers": {
"axhub-gateway": {
"command": "java",
"args": [
"C:/Users/jade/.gemini/antigravity/scratch/axhub-backend-main/McpBridge.java"
]
}
}
}