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.

14 lines 399 B
/** * Configuration management for IDS Enterprise Web Components MCP Server */ import { ServerConfig } from '../types/index.js'; export declare class ConfigManager { private static instance; private config; private constructor(); static getInstance(): ConfigManager; getConfig(): ServerConfig; private loadConfig; private getToken; } //# sourceMappingURL=index.d.ts.map