UNPKG

ids-enterprise-mcp-server

Version:

Model Context Protocol (MCP) server providing comprehensive IDS Enterprise Web Components documentation access via GitLab API. Use with npx and GitLab token for instant access.

44 lines 985 B
/** * Main MCP Server class for IDS Enterprise Web Components */ export declare class IDSEnterpriseWCMCPServer { private server; private config; private gitlabService; private dataLoader; private toolHandlers; private components; private documentation; private examples; private frameworks; constructor(); /** * Initialize documentation and data loading */ private initializeDocumentation; /** * Load documentation from GitLab */ private loadDocumentationFromGitLab; /** * Load components */ private loadComponents; /** * Load general documentation */ private loadGeneralDocumentation; /** * Load examples from GitLab */ private loadExamplesFromGitLab; /** * Set up tool handlers for MCP requests */ private setupToolHandlers; /** * Start the MCP server */ run(): Promise<void>; } //# sourceMappingURL=server.d.ts.map