Use manifest-defined endpoints for tool routing
All checks were successful
Deploy Gateway / deploy (push) Successful in 2m35s

This commit is contained in:
2026-08-19 11:43:24 +09:00
parent 422dd8c6e7
commit 60788525d6
19 changed files with 318 additions and 107 deletions

View File

@@ -27,6 +27,7 @@
},
"_meta": {
"version": "1.2.0",
"endpoint": "/mcp/processing.contract.inquiry",
"timeoutMillis": 3000,
"enabled": true
}
@@ -61,6 +62,7 @@
},
"_meta": {
"version": "1.0.1",
"endpoint": "/mcp/processing.payment.history",
"timeoutMillis": 5000,
"enabled": true
}
@@ -86,6 +88,7 @@
},
"_meta": {
"version": "0.9.0",
"endpoint": "/mcp/processing.notice.send",
"timeoutMillis": 10000,
"enabled": false
}