export declare const McpServerType: { readonly Docs: 'docs'; }; export declare const McpErrorCodes: { readonly InternalError: -32603; readonly ServerError: -32000; readonly InvalidRequest: -32600; readonly MethodNotFound: -32601; readonly InvalidParams: -32602; }; export declare const MCP_PROTOCOL_VERSION = "2025-11-25"; export declare const DEFAULT_CONNECTION_TIMEOUT_MS = 30000; export declare const SSE_KEEPALIVE_INTERVAL_MS = 15000; export declare const MAX_DOCUMENTS_PER_CATEGORY = 3; export declare const DEFAULT_DOCS_MCP_SERVER_NAME = "Docs MCP server"; export declare const SUPPORTED_MCP_SCOPES: readonly ['openid', 'profile', 'email', 'offline_access']; export declare const CREATE_ANONYMOUS_SESSION_TOOL_NAME = "createAnonymousSession"; export declare const MANAGE_API_CREDENTIALS_TOOL_NAME = "manageApiCredentials"; export declare const CUSTOM_MCP_TOOLS_META_DIR = "custom-mcp-tools-meta"; //# sourceMappingURL=constants.d.ts.map