okta-mcp-server
Version:
Model Context Protocol (MCP) server for Okta API operations with support for bulk operations and caching
12 lines • 313 B
TypeScript
/**
* 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