@de-otio/epimethian-mcp 6.2.0 → 6.4.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 CHANGED
@@ -170,7 +170,7 @@ The badge is re-applied on every body-modifying tool call (idempotent: skipped w
170
170
  | Setting | Default | Purpose |
171
171
  |---|---|---|
172
172
  | `unverifiedStatus` | `true` | Master toggle. Set to `false` to disable the badge entirely. |
173
- | `unverifiedStatusLocale` | system locale → `en` | Language for the badge label. |
173
+ | `unverifiedStatusLocale` | Confluence site default → `en` | Language for the badge label. |
174
174
  | `unverifiedStatusName` | *(unset)* | Full label override (bypasses locale lookup). Must be ≤20 chars. |
175
175
  | `unverifiedStatusColor` | `#FFC400` | Color override. One of five Confluence-allowed values: `#FFC400`, `#2684FF`, `#57D9A3`, `#FF7452`, `#8777D9`. |
176
176
 
@@ -203,7 +203,7 @@ Custom label (e.g., for compliance workflows):
203
203
  | `zh` | AI已编辑 |
204
204
  | `ko` | AI 편집됨 |
205
205
 
206
- The locale is resolved from (in order): `unverifiedStatusLocale` profile setting → `CONFLUENCE_UNVERIFIED_STATUS_LOCALE` env var → system locale (`Intl.DateTimeFormat`) → `"en"`.
206
+ The locale is resolved from (in order): `unverifiedStatusLocale` profile setting → `CONFLUENCE_UNVERIFIED_STATUS_LOCALE` env var → Confluence site default language (probed once per tenant via `GET /wiki/rest/api/settings/systemInfo`) → `"en"`. The MCP process's own OS locale is intentionally NOT consulted — the badge is a server-stored string shown to every viewer of the page, so it must follow the tenant, not whoever happens to run the agent.
207
207
 
208
208
  When the badge cannot be applied (e.g., the token lacks content-state permission), the tool call still succeeds and a warning is surfaced in the tool response instead of failing silently.
209
209