sjs / neos-mcp-feature-set-cr
SJS.Neos.MCP Feature Set for the Content Repository
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:neos-package
pkg:composer/sjs/neos-mcp-feature-set-cr
Requires
This package is auto-updated.
Last update: 2026-03-01 22:58:14 UTC
README
MCP FeatureSet package for the Neos Content Repository. Provides tools for inspecting node types, browsing documents, and reading/writing content nodes.
FeatureSets & Tools
NodeTypeFeatureSet — prefix node_type
| Tool | Description |
|---|---|
node_type_list_node_types |
Lists all registered node types with their properties and constraints |
node_type_get_node_type |
Returns the full definition of a single node type by name |
DocumentFeatureSet — prefix document
| Tool | Description |
|---|---|
document_list_documents |
Lists all documents of the site; filterable by node type |
document_add_document |
Creates a new document node at a given position |
ContentFeatureSet — prefix content
| Tool | Description |
|---|---|
content_content_tree |
Returns the full content tree of a page node |
content_update_content |
Updates properties on an existing content node |
content_add_content |
Creates a new content node inside a ContentCollection |
content_move_content |
Moves a content node to a different position |
content_remove_content |
Removes a content node |