Technical details of Kubiya’s Model Context Protocol implementation
tools/list
: List available toolstools/call
: Execute specific toolsresources/list
: List available resourcesresources/read
: Read resource contentresources/subscribe
: Subscribe to resource changesprompts/list
: List available prompt templatesprompts/get
: Retrieve specific promptsCode | Description |
---|---|
-32700 | Parse Error |
-32600 | Invalid Request |
-32601 | Method Not Found |
-32602 | Invalid Parameters |
-32603 | Internal Error |
Code | Description |
---|---|
1001 | Authentication Failed |
1002 | Policy Violation |
1003 | Runner Unavailable |
1004 | Tool Not Found |
1005 | Execution Timeout |
Variable | Purpose | Default |
---|---|---|
KUBIYA_API_KEY | Authentication | Required |
KUBIYA_API_URL | API endpoint | https://api.kubiya.ai |
KUBIYA_MCP_LOG_LEVEL | Logging verbosity | info |
KUBIYA_MCP_TIMEOUT | Request timeout | 300s |