Health
GET /health — 라이브니스 체크.Registry
GET /registry/{servers,tools} — 로드된 프리셋·도구 카탈로그.MCP JSON-RPC
POST /mcp — tools/list, tools/call.MCP SSE
GET /mcp/sse — 실시간 도구 실행 이벤트.Base URL
| 환경 | Base URL |
|---|---|
| 호스팅 (권장) | https://mcp.datari.kr |
인증 한 줄 요약
모든 보호 엔드포인트는 다음 두 헤더 중 하나를 받습니다.공통 오류 형식
/mcp)는 JSON-RPC 2.0 에러 객체를 반환합니다.
| 코드 | 의미 |
|---|---|
-32600 | Invalid JSON-RPC request |
-32601 | Method not found |
-32602 | Invalid params (예: 도구 이름 누락) |
-32000 | Internal gateway error |
Content Types
- 요청/응답:
application/json - SSE 스트림:
text/event-stream