@ory/mcp-server 0.11.0 → 0.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,7 +16,7 @@ All logging goes to stderr; stdout is reserved for the MCP protocol.
16
16
  ## Prerequisites
17
17
 
18
18
  - **Node.js ≥ 22.**
19
- - **The `ory` CLI on `PATH`** for the CLI-backed tools. Install from [ory.sh/docs/guides/cli/installation](https://www.ory.sh/docs/guides/cli/installation), then authenticate with `ory auth`. (Set `ORY_CLI_PATH` if the binary lives elsewhere.)
19
+ - **The `ory` CLI on `PATH`** for the CLI-backed tools. Install from [ory.com/docs/guides/cli/installation](https://www.ory.com/docs/guides/cli/installation), then authenticate with `ory auth`. (Set `ORY_CLI_PATH` if the binary lives elsewhere.)
20
20
  - **`ORY_PROJECT_URL` + `ORY_API_KEY`** for the `ory_api_request` tool.
21
21
 
22
22
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ory/mcp-server",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "MCP server exposing the Ory CLI and Ory Network REST API as tools for AI agents to manage identities, OAuth2 clients, permissions, projects, and configuration",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://ory.com",