UNPKG

okta-mcp-server

Version:

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

4 lines 249 B
export { userTools } from './definitions.js'; export { handleListUsers, handleGetUser, handleCreateUser, handleUpdateUser, handleDeleteUser, handleGetUserGroups, } from './handlers.js'; export * from './schemas.js'; //# sourceMappingURL=index.js.map