@de-otio/epimethian-mcp 4.0.1 → 4.1.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 +8 -3
- package/dist/cli/index.js +23927 -220
- package/dist/cli/index.js.map +4 -4
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="doc/logo/logo.svg?v=2" alt="Epimethian MCP logo" width="64" height="64">
|
|
3
|
+
</p>
|
|
4
|
+
|
|
1
5
|
# Epimethian MCP
|
|
2
6
|
|
|
3
|
-
|
|
7
|
+
A security-focused [MCP](https://modelcontextprotocol.io/) server that gives AI agents safe, multi-tenant access to Confluence Cloud. It provides some features not available in the official MCP server, like support for draw.io diagrams, macros, etc.
|
|
4
8
|
|
|
5
9
|
## Why use this?
|
|
6
10
|
|
|
@@ -83,9 +87,10 @@ The `--remove` command deletes the profile's keychain entry and registry record
|
|
|
83
87
|
| Tool | Description |
|
|
84
88
|
| -------------------- | -------------------------- |
|
|
85
89
|
| `create_page` | Create a new page |
|
|
86
|
-
| `get_page` | Read a page by ID
|
|
87
|
-
| `get_page_by_title` | Look up a page by title
|
|
90
|
+
| `get_page` | Read a page by ID (supports `headings_only` outline) |
|
|
91
|
+
| `get_page_by_title` | Look up a page by title (supports `headings_only` outline) |
|
|
88
92
|
| `update_page` | Update an existing page |
|
|
93
|
+
| `update_page_section`| Update a single section by heading name |
|
|
89
94
|
| `delete_page` | Delete a page |
|
|
90
95
|
| `list_pages` | List pages in a space |
|
|
91
96
|
| `get_page_children` | Get child pages |
|