feat(mcp): update server with hierarchy support, batch operations, and tree view
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 16s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 16s
This commit is contained in:
@@ -48,7 +48,7 @@ Generate API keys from the Memento web UI: **Settings > MCP**.
|
||||
curl -H "x-api-key: mcp_sk_xxx" http://localhost:3001/
|
||||
```
|
||||
|
||||
## Available Tools (22)
|
||||
## Available Tools (25)
|
||||
|
||||
### Notes (11)
|
||||
|
||||
@@ -65,6 +65,8 @@ curl -H "x-api-key: mcp_sk_xxx" http://localhost:3001/
|
||||
| `toggle_archive` | Archive/unarchive a note |
|
||||
| `export_notes` | Export notes as JSON |
|
||||
| `import_notes` | Import notes from JSON |
|
||||
| `batch_move_notes` | Move multiple notes at once |
|
||||
| `batch_delete_notes` | Delete multiple notes at once |
|
||||
|
||||
### Notebooks (6)
|
||||
|
||||
@@ -76,6 +78,7 @@ curl -H "x-api-key: mcp_sk_xxx" http://localhost:3001/
|
||||
| `update_notebook` | Update a notebook |
|
||||
| `delete_notebook` | Delete a notebook |
|
||||
| `reorder_notebooks` | Reorder notebooks |
|
||||
| `get_notebook_hierarchy` | Get tree structure of notebooks |
|
||||
|
||||
### Labels (4)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user