Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/ai/mcp/mcp_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ MCP Servers LTS Update comes with the following **experimental** built-in tools:
- `get_content_type` - gets a content type by its ID.
- `get_content_type_by_identifier` - gets a content type by its identifier.
- `get_content_type_list` - gets content types by their IDs.
- `create_content_type` - creates a content type draft.
- `create_content_type` - creates a draft for a new content type.
- `create_content_type_draft` - creates a draft for an existing content type.
- `get_content_type_draft` - gets a content type draft by content type ID.
- `publish_content_type_draft` - publishes a content type draft by content type ID.
- `Ibexa\Mcp\Tool\ContentType\FieldDefinitionTools`
Expand Down
Loading