Enumeration: MCPErrorCode
Defined in: mcp/errors.ts:10
Error codes for MCP operations
Enumeration Members
| Enumeration Member | Value | Description | Defined in |
CONNECTION_FAILED | "CONNECTION_FAILED" | Failed to connect to MCP server | mcp/errors.ts:14 |
INVALID_CONFIG | "INVALID_CONFIG" | Invalid server configuration | mcp/errors.ts:26 |
SDK_NOT_INSTALLED | "SDK_NOT_INSTALLED" | MCP SDK is not installed | mcp/errors.ts:12 |
SERVER_EXISTS | "SERVER_EXISTS" | Server already exists | mcp/errors.ts:28 |
SERVER_NOT_FOUND | "SERVER_NOT_FOUND" | Server not found in manager | mcp/errors.ts:16 |
TIMEOUT | "TIMEOUT" | Connection or operation timeout | mcp/errors.ts:24 |
TOOL_EXECUTION_FAILED | "TOOL_EXECUTION_FAILED" | Tool execution failed | mcp/errors.ts:20 |
TOOL_NOT_FOUND | "TOOL_NOT_FOUND" | Tool not found on server | mcp/errors.ts:18 |
TRANSPORT_ERROR | "TRANSPORT_ERROR" | Transport error (stdio/http) | mcp/errors.ts:22 |