@de-otio/epimethian-mcp 5.1.1 → 5.3.0

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
@@ -14,7 +14,7 @@ The official [Atlassian MCP server](https://github.com/atlassian/atlassian-mcp-s
14
14
  - **Multi-tenant profile isolation** — Each Atlassian tenant gets its own named profile with fully separate credentials and keychain entries. No risk of cross-tenant writes when switching between clients.
15
15
  - **Tenant-aware write safety** — Write operations echo the target tenant so the AI agent (and you) always see where changes are going before they land.
16
16
  - **draw.io diagram support** — Create and embed draw.io diagrams directly in Confluence pages, something the official server doesn't expose.
17
- - **Attribution tracking** — Managed pages carry metadata so you can trace which AI-assisted edits touched which content.
17
+ - **Attribution tracking** — Edited pages are labelled `epimethian-edited` for easy discovery. Confluence version messages include the MCP client name (e.g. "Updated by Claude Code (via Epimethian v5.2.0)") so you can trace which AI-assisted edits touched which content.
18
18
 
19
19
  If you don't need any of the above, the official Atlassian server is a fine choice.
20
20
 
@@ -113,7 +113,7 @@ Confluence pages are verbose — storage format HTML with macro markup can easil
113
113
  | `create_page` | Create a new page |
114
114
  | `get_page` | Read a page by ID (`headings_only`, `section`, `max_length`, `format`) |
115
115
  | `get_page_by_title` | Look up a page by title (same options as `get_page`) |
116
- | `update_page` | Update an existing page (rejects markdown input) |
116
+ | `update_page` | Update an existing page |
117
117
  | `update_page_section`| Update a single section by heading name |
118
118
  | `delete_page` | Delete a page |
119
119
  | `list_pages` | List pages in a space |