UNPKG

okta-mcp-server

Version:

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

15 lines 404 B
/** * System management tool definitions */ export const systemTools = [ { name: 'getReadOnlyStatus', description: 'Get the current read-only mode status and show which operations are allowed/blocked', inputSchema: { type: 'object', properties: {}, additionalProperties: false, }, }, ]; //# sourceMappingURL=definitions.js.map