UNPKG

framework-mcp

Version:

Pure Data Provider architecture serving authentic CIS Controls Framework data via MCP and HTTP API. Empowers LLMs with authoritative safeguards data for analysis. Supports Microsoft Copilot custom connectors and DigitalOcean App Services deployment.

13 lines 341 B
#!/usr/bin/env node export declare class FrameworkHttpServer { private app; private safeguardManager; private port; constructor(port?: number); private setupMiddleware; private setupRoutes; private setupErrorHandling; private createErrorResponse; start(): void; } //# sourceMappingURL=http-server.d.ts.map