@contentful/mcp-tools 0.1.0-dev-20251016T1739-07b05ef.0 → 0.1.0-dev-20251118T1827-8c57ea9.0

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 +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -99,6 +99,9 @@ Each tool includes semantic annotations to help MCP clients understand tool beha
99
99
  | | `publish_entry` | Publish entries (single or bulk up to 100) |
100
100
  | | `unpublish_entry` | Unpublish entries (single or bulk up to 100) |
101
101
  | | `delete_entry` | Remove entries |
102
+ | **Editor Interfaces** | `list_editor_interfaces` | List all editor interfaces in a space |
103
+ | | `get_editor_interface` | Get editor interface for a content type |
104
+ | | `update_editor_interface` | Update field controls, sidebars, and layouts |
102
105
  | **Assets** | `upload_asset` | Upload new assets |
103
106
  | | `list_assets` | List and browse assets (max 3 per request) |
104
107
  | | `get_asset` | Retrieve specific assets |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/mcp-tools",
3
- "version": "0.1.0-dev-20251016T1739-07b05ef.0",
3
+ "version": "0.1.0-dev-20251118T1827-8c57ea9.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",