@ebitex/content-mcp 0.1.74 → 0.1.75

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
@@ -23,7 +23,7 @@ is hosted by ebitex, so your write-capable key never leaves your machine.
23
23
 
24
24
  | Variable | |
25
25
  |---|---|
26
- | `EBITEX_CONTENT_MANAGEMENT_KEY` | **Required.** Mint one in Composer under Settings → Management keys |
26
+ | `EBITEX_CONTENT_MANAGEMENT_KEY` | **Required.** Mint one in Content under Settings → API Keys → Management keys |
27
27
  | `EBITEX_CONTENT_API_BASE` | Defaults to `https://api.ebitex.io` |
28
28
  | `EBITEX_CONTENT_MCP_READ_ONLY` | Set to `1` to hide every write tool regardless of the key's scopes |
29
29
  | `EBITEX_CONTENT_TARGET_MANAGEMENT_KEY` | A second key, for `content_transfer` to import into |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebitex/content-mcp",
3
- "version": "0.1.74",
3
+ "version": "0.1.75",
4
4
  "description": "An MCP server for ebitex Content: build and publish a content model from an AI agent.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",