initialize 시 routing hint 직렬화 방식변경
All checks were successful
Deploy Gateway / deploy (push) Successful in 2m38s

This commit is contained in:
2026-09-16 14:14:44 +09:00
parent 58d3014a0f
commit ec517e88ec
48 changed files with 1481 additions and 163 deletions

View File

@@ -0,0 +1,24 @@
{
"bundleId": "information",
"revision": "sample-v1",
"tools": [
{
"name": "information.weather",
"title": "날씨 조회",
"description": "로컬 매니페스트 fallback 동작을 확인하는 테스트 도구입니다.",
"inputSchema": {
"type": "object",
"properties": {
"city": { "type": "string", "description": "조회할 도시명" }
},
"required": ["city"],
"additionalProperties": false
},
"_meta": {
"version": "sample-v1",
"endpoint": "http://localhost:18080/mcp",
"enabled": true
}
}
]
}