UNPKG

@compligent-mcp/csf

Version:

Compligent MCP Client - NIST CSF 2.0 with OAuth 2.1 PKCE authentication via Unified Gateway

12 lines 438 B
#!/usr/bin/env node /** * Compligent MCP Client - NIST CSF 2.0 * * This client connects to the hosted CSF 2.0 service using StreamableHTTP transport. * It uses StreamableHTTPClientTransport to connect to the gateway, which proxies to the backend server. * * Architecture: * csf-cli (stdio) → local MCP Server → StreamableHTTP Client → Gateway → CSF Server (StreamableHTTP) */ export {}; //# sourceMappingURL=index.d.ts.map