Skip to content

chore(deps): update dependency okta-mcp-server to v1.1.6 - #975

Merged
danbarr merged 1 commit into
mainfrom
renovate/okta-mcp-server-1.x
Sep 16, 2026
Merged

danbarr merged 1 commit into
mainfrom
renovate/okta-mcp-server-1.x

Conversation

@renovate

@renovate renovate Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
okta-mcp-server (changelog) 1.1.51.1.6 age confidence

Release Notes

okta/okta-mcp-server (okta-mcp-server)

v1.1.6

Compare Source

Features
  • Added list_user_groups to 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 — use list_groups for an org-wide listing. Introduces a new User Resources tool family at tools/user_resources/.
  • Added Okta Integration Network (OIN) catalog tools — list_catalog_apps and get_catalog_app (okta.apps.read) to browse the catalog and read an app definition with its provisioning schema, plus install_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_application cannot install one because the typed SDK strips the catalog name key from the request body, so install_oin_app issues the request directly.
Improvements
  • list_catalog_apps supports q keyword filtering and after / limit / fetch_all pagination against an endpoint that paginates (default page size 20) but, unlike the rest of the Okta API, sends no Link: rel="next" header — the cursor is synthesized from the last entry's catalog name, fetch_all dedups by name so a misbehaving cursor cannot duplicate entries or loop, and an early stop reports stopped_early with a resume cursor instead of implying the walk completed (#​75).
  • Added tests/test_oin_catalog.py (18 tests) and tests/test_user_resources.py (9 tests). Suite total: 529 → 556 tests, all passing.
Documentation
  • Documented the four new tools in the README supported-tools tables and scope matrix. Tool total: 109 → 113.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@toolhive-release-app

Copy link
Copy Markdown
Contributor

🔒 MCP Security Scan Results

⚠️ okta

  • Status: Warning
  • Message: Scan failed to produce output (insecure_ignore is enabled)

Summary: Scanned 1 MCP server(s), all passed security checks. ✅

@danbarr
danbarr merged commit 9a9090a into main Sep 16, 2026
13 checks passed
@danbarr
danbarr deleted the renovate/okta-mcp-server-1.x branch September 16, 2026 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant