Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Bridger Gateway를 호출하기 위한 API 키와 기본 엔드포인트를 설정합니다.
export DATA_BRIDGE_API_KEY="dk_live_..."
export DATA_BRIDGE_GATEWAY_URL="https://mcp.datari.kr/mcp"
curl -X POST "$DATA_BRIDGE_GATEWAY_URL" \ -H "x-api-key: $DATA_BRIDGE_API_KEY" \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
이 페이지가 도움이 되었나요?