@de-otio/epimethian-mcp 4.2.2 → 5.0.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
@@ -65,18 +65,18 @@ For IDE-hosted agents, use the absolute path from `which epimethian-mcp` as the
65
65
  Consultants and developers working across multiple Atlassian tenants can create a profile per tenant:
66
66
 
67
67
  ```bash
68
- epimethian-mcp setup --profile jambit
68
+ epimethian-mcp setup --profile globex
69
69
  epimethian-mcp setup --profile acme-corp
70
70
  ```
71
71
 
72
- Each project's `.mcp.json` specifies which profile to use. Profiles are fully isolated — separate keychain entries, separate Confluence instances, separate MCP server names (`confluence-jambit`, `confluence-acme-corp`).
72
+ Each project's `.mcp.json` specifies which profile to use. Profiles are fully isolated — separate keychain entries, separate Confluence instances, separate MCP server names (`confluence-globex`, `confluence-acme-corp`).
73
73
 
74
74
  Manage profiles:
75
75
 
76
76
  ```bash
77
77
  epimethian-mcp profiles # list all (shows read-only status)
78
78
  epimethian-mcp profiles --verbose # show URLs, emails, and read-only status
79
- CONFLUENCE_PROFILE=jambit epimethian-mcp status # test connection
79
+ CONFLUENCE_PROFILE=globex epimethian-mcp status # test connection
80
80
  epimethian-mcp profiles --remove <name> # delete profile and credentials
81
81
  ```
82
82
 
@@ -88,7 +88,7 @@ Protect client tenants from accidental writes:
88
88
 
89
89
  ```bash
90
90
  epimethian-mcp profiles --set-read-only acme-corp
91
- epimethian-mcp profiles --set-read-write jambit
91
+ epimethian-mcp profiles --set-read-write globex
92
92
  ```
93
93
 
94
94
  New profiles default to **read-only**. The `setup` command prompts "Enable writes for this profile? [y/N]" or accepts `--read-write` for non-interactive use.
@@ -136,6 +136,7 @@ Confluence pages are verbose — storage format HTML with macro markup can easil
136
136
  | `get_page_versions` | List version history for a page |
137
137
  | `get_page_version` | Get page content at a specific historical version |
138
138
  | `diff_page_versions` | Compare two versions of a page |
139
+ | `get_version` | Return the server version |
139
140
 
140
141
  ## Credential Security
141
142