UNPKG

framework-mcp

Version:

Dual-architecture server (MCP + HTTP API) for determining vendor tool capability roles against CIS Controls Framework. Supports Microsoft Copilot custom connectors and DigitalOcean App Services deployment.

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