@contentful/mcp-server 1.9.0 → 1.12.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.
- package/README.md +2 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -109,11 +109,13 @@ Below is a sample configuration:
|
|
|
109
109
|
| | `delete_content_type` | Remove content types |
|
|
110
110
|
| **Entries** | `search_entries` | Search and filter entries in your space |
|
|
111
111
|
| | `get_entry` | Retrieve specific entries |
|
|
112
|
+
| | `get_entry_snapshot` | Retrieve entry version history (snapshots) |
|
|
112
113
|
| | `create_entry` | Create new content entries with locale support |
|
|
113
114
|
| | `update_entry` | Modify existing entries with locale support |
|
|
114
115
|
| | `publish_entry` | Publish entries (single or bulk up to 100) |
|
|
115
116
|
| | `unpublish_entry` | Unpublish entries (single or bulk up to 100) |
|
|
116
117
|
| | `delete_entry` | Remove entries |
|
|
118
|
+
| | `resolve_entry_references` | Recursively resolve an entry's references tree |
|
|
117
119
|
| **Editor Interfaces** | `list_editor_interfaces` | List all editor interfaces in a space |
|
|
118
120
|
| | `get_editor_interface` | Get editor interface for a content type |
|
|
119
121
|
| | `update_editor_interface` | Update field controls, sidebars, and layouts |
|