chore(deps): update dependency okta-mcp-server to v1.1.6 - #975
Merged
Merged
Conversation
Contributor
🔒 MCP Security Scan Results
|
danbarr
approved these changes
Sep 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.1.5→1.1.6Release Notes
okta/okta-mcp-server (okta-mcp-server)
v1.1.6Compare Source
Features
list_user_groupsto list every group a given user is a member of (#115). The Okta endpoint returns the user's full group membership in a single response and does not paginate, so the tool exposes no pagination parameters — uselist_groupsfor an org-wide listing. Introduces a new User Resources tool family attools/user_resources/.list_catalog_appsandget_catalog_app(okta.apps.read) to browse the catalog and read an app definition with its provisioning schema, plusinstall_oin_app(okta.apps.manage) to install an instance (#75). Outbound SCIM provisioning only works on an instance of a provisioning-capable catalog app: the capability is fixed by the catalog definition at install time and cannot be added to a plain custom SAML/OIDC app afterwards.create_applicationcannot install one because the typed SDK strips the catalognamekey from the request body, soinstall_oin_appissues the request directly.Improvements
list_catalog_appssupportsqkeyword filtering andafter/limit/fetch_allpagination against an endpoint that paginates (default page size 20) but, unlike the rest of the Okta API, sends noLink: rel="next"header — the cursor is synthesized from the last entry's catalogname,fetch_alldedups by name so a misbehaving cursor cannot duplicate entries or loop, and an early stop reportsstopped_earlywith a resume cursor instead of implying the walk completed (#75).tests/test_oin_catalog.py(18 tests) andtests/test_user_resources.py(9 tests). Suite total: 529 → 556 tests, all passing.Documentation
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.