You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**✅ Implemented:** 36 tool collections and 337 tools covering operational endpoints including (but not limited to)
166
166
- Content management (Documents, Media, Members)
167
167
- Configuration (Document Types, Media Types, Data Types)
168
168
- System management (Templates, Scripts, Stylesheets)
169
169
- User administration (Users, User Groups, Permissions)
170
170
- Advanced features (Webhooks, Relations, Health Checks)
171
171
172
-
**⚠️ Intentionally Excluded:** 69 endpoints across 14 categories
173
-
174
-
Certain endpoints are intentionally not implemented due to security, complexity, or contextual concerns. For a detailed breakdown of excluded endpoints and the rationale behind each exclusion, see [Ignored Endpoints Documentation](./docs/analysis/IGNORED_ENDPOINTS.md).
175
-
176
-
### Excluded Categories Summary
177
-
178
-
-**User Management (22 endpoints)** - User creation/deletion, password operations, 2FA management, and client credentials pose significant security risks
179
-
-**User Group Membership (3 endpoints)** - Permission escalation risks from AI-driven group membership changes
180
-
-**Security Operations (4 endpoints)** - Password reset workflows require email verification and user interaction
181
-
-**Import/Export (9 endpoints)** - Complex file operations better handled through the Umbraco UI
@@ -204,7 +187,6 @@ The allows you to specify collections by name if you wish to include only specif
204
187
205
188
The allows you to specify collections by name if you wish to exclude them from the usable tools list. This is a commma seperated list of collection names (see tool list below for collection names).
206
189
207
-
208
190
### Tool Collections
209
191
210
192
**Note:** Collection names are shown in brackets for use with `UMBRACO_INCLUDE_TOOL_COLLECTIONS` and `UMBRACO_EXCLUDE_TOOL_COLLECTIONS`.
@@ -719,6 +701,23 @@ The allows you to specify collections by name if you wish to exclude them from t
719
701
</details>
720
702
</details>
721
703
704
+
**⚠️ Intentionally Excluded:** 69 endpoints across 14 categories
705
+
706
+
Certain endpoints are intentionally not implemented due to security, complexity, or contextual concerns. For a detailed breakdown of excluded endpoints and the rationale behind each exclusion, see [Ignored Endpoints Documentation](./docs/analysis/IGNORED_ENDPOINTS.md).
707
+
708
+
### Excluded Categories Summary
709
+
710
+
-**User Management (22 endpoints)** - User creation/deletion, password operations, 2FA management, and client credentials pose significant security risks
711
+
-**User Group Membership (3 endpoints)** - Permission escalation risks from AI-driven group membership changes
712
+
-**Security Operations (4 endpoints)** - Password reset workflows require email verification and user interaction
713
+
-**Import/Export (9 endpoints)** - Complex file operations better handled through the Umbraco UI
This project is optimized for development with AI coding assistants. We provide instruction files for popular AI tools to help maintain consistency with our established patterns and testing standards.
0 commit comments