@fruggr/zendesk-mcp-server 2.11.0 → 2.12.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 +6 -3
- package/dist/index.js +479 -79
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -165,9 +165,12 @@ disabled together with `--no-topology`):
|
|
|
165
165
|
read on demand, it returns Markdown describing the active locales (and the
|
|
166
166
|
default), the category → section tree with IDs, the visibility user segments,
|
|
167
167
|
the permission groups, and the calling user's role. It is fetched **with the
|
|
168
|
-
caller's own token**, so it respects that user's read permissions.
|
|
169
|
-
|
|
170
|
-
|
|
168
|
+
caller's own token**, so it respects that user's read permissions. Listing the
|
|
169
|
+
permission groups and user segments needs Guide-admin / Help Center manager
|
|
170
|
+
rights; with a content-editor token those two sections are marked *unavailable*
|
|
171
|
+
(not empty) and the rest still renders — reuse those IDs from an existing
|
|
172
|
+
article (`get_article`) instead. On a very large Help Center the section tree is
|
|
173
|
+
summarized (per-category, with a pointer to `list_sections`) to stay concise.
|
|
171
174
|
|
|
172
175
|
Clients that don't consume `instructions` or `resources` simply ignore them —
|
|
173
176
|
the feature degrades silently. Use `--no-topology` to turn both off server-wide.
|