UNPKG

okta-mcp-server

Version:

Model Context Protocol (MCP) server for Okta API operations with support for bulk operations and caching

12 lines 313 B
#!/usr/bin/env node /** * MCP Server Wrapper with Enhanced Stability * * This wrapper ensures the server: * 1. Stays alive between requests * 2. Doesn't interfere with stdio protocol * 3. Provides proper error handling * 4. Monitors server health */ export {}; //# sourceMappingURL=server-wrapper.d.ts.map