Skip to content

Commit 9d4a078

Browse files
Phil Whittakerclaude
andcommitted
Update MCP documentation for available tools and Claude Code setup
- Enhanced available-tools.md with comprehensive tool descriptions - Updated Claude Code host setup documentation πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 999e46b commit 9d4a078

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

β€Ž16/umbraco-cms/reference/developer-mcp/available-tools.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ The names shown in parentheses β€” for example, `(document)` or `(data-type)`
112112
- `put-document-public-access` β€” Update document public access
113113
- `delete-from-recycle-bin` β€” Delete document from recycle bin
114114
- `empty-recycle-bin` β€” Empty the recycle bin
115+
- `restore-document-from-recycle-bin` β€” Restore a document from the recycle bin
115116
- `get-recycle-bin-root` β€” Get root items in recycle bin
116117
- `get-recycle-bin-children` β€” Get child items in recycle bin
117118
- `search-document` β€” Search for documents
@@ -230,7 +231,7 @@ The names shown in parentheses β€” for example, `(document)` or `(data-type)`
230231
- `get-media-recycle-bin-root` β€” Get recycle bin root
231232
- `get-media-recycle-bin-children` β€” Get recycle bin children
232233
- `empty-recycle-bin` β€” Empty recycle bin
233-
- `restore-from-recycle-bin` β€” Restore from recycle bin
234+
- `restore-media-from-recycle-bin` β€” Restore from recycle bin
234235
- `move-media-to-recycle-bin` β€” Move to recycle bin
235236
- `delete-from-recycle-bin` β€” Delete from recycle bin
236237
- `get-media-are-referenced` β€” Check if media items are referenced

β€Ž16/umbraco-cms/reference/developer-mcp/host-setup/claude-code.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ Example .env file
6262
UMBRACO_CLIENT_ID=umbraco-back-office-mcp
6363
UMBRACO_CLIENT_SECRET=1234567890
6464
UMBRACO_BASE_URL=http://localhost:123456
65+
UMBRACO_INCLUDE_TOOL_COLLECTIONS=document,media,document-type,data-type
6566
```
6667

67-
Replace the UMBRACO_CLIENT_ID, UMBRACO_CLIENT_SECRET, and UMBRACO_BASE_URL values with your local connection details.
68+
Replace the UMBRACO_CLIENT_ID, UMBRACO_CLIENT_SECRET, UMBRACO_BASE_URL and UMBRACO_INCLUDE_TOOL_COLLECTIONS values with your local connection details.
6869

6970
Example .mcp.json file
7071

0 commit comments

Comments
Β (0)