@contentful/mcp-server 1.21.1 → 1.22.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 +4 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -152,6 +152,10 @@ Below is a sample configuration:
|
|
|
152
152
|
| | `validate_release` | Validate a release, optionally against publish/unpublish |
|
|
153
153
|
| | `get_release_action` | Check the status of a queued release action |
|
|
154
154
|
| | `list_release_actions` | List release actions (max 10 per request) |
|
|
155
|
+
| | `schedule_publish_release` | Schedule a release to publish at a future datetime (or reschedule) |
|
|
156
|
+
| | `schedule_unpublish_release` | Schedule a release to unpublish at a future datetime (or reschedule) |
|
|
157
|
+
| | `cancel_scheduled_release` | Cancel a scheduled release action (two-phase confirm) |
|
|
158
|
+
| | `list_scheduled_actions` | List scheduled actions (max 10 per request) |
|
|
155
159
|
| **AI Actions** | `create_ai_action` | Create custom AI-powered workflows |
|
|
156
160
|
| | `invoke_ai_action` | Invoke AI action with variables (bulk support) |
|
|
157
161
|
| | `get_ai_action_invocation` | Get AI action invocation details |
|