Files
dap-was-dapms/config/manifests/was-sys-manifest-sample-v1.json
janghw 2d730ea9c1
All checks were successful
Deploy Gateway / deploy (push) Successful in 2m33s
local-fixtures 추가 가상 tool server json파일로 대체
2026-09-08 13:56:13 +09:00

35 lines
1.5 KiB
JSON

{
"bundleId": "was-sys",
"revision": "local-sys-manifest-v1",
"tools": [
{
"name": "iam_access_policy",
"endpoint": "/mcp/iam_access_policy",
"title": "접근 정책 조회",
"description": "환경별 접근 정책을 가짜 데이터로 조회합니다.",
"inputSchema": {
"type": "object",
"properties": { "environment": { "type": "string", "description": "조회할 환경명" } },
"required": ["environment"],
"additionalProperties": false
},
"annotations": { "title": "접근 정책 조회", "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true, "openWorldHint": false },
"_meta": { "version": "1.0.0", "timeoutMillis": 5000, "enabled": true }
},
{
"name": "iam_access_token_status",
"endpoint": "/mcp/iam_access_token_status",
"title": "접근 토큰 상태 조회",
"description": "환경별 접근 토큰 상태를 가짜 데이터로 조회합니다.",
"inputSchema": {
"type": "object",
"properties": { "environment": { "type": "string", "description": "조회할 환경명" } },
"required": ["environment"],
"additionalProperties": false
},
"annotations": { "title": "접근 토큰 상태 조회", "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true, "openWorldHint": false },
"_meta": { "version": "1.0.0", "timeoutMillis": 5000, "enabled": true }
}
]
}