35 lines
1.5 KiB
JSON
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 }
|
|
}
|
|
]
|
|
}
|