@naumu/mcp 0.7.0 → 0.8.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 +1 -1
- package/dist/index.js +649 -302
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ Add to your Cursor MCP settings:
|
|
|
57
57
|
| `naumu_whoami` | (Bot keys) Self-introspection — id, graphId, name, instructions, allowed tools |
|
|
58
58
|
| `naumu_list_threads` | (Bot keys) List threads in your graph with `isParticipant` flag |
|
|
59
59
|
| `naumu_get_thread` | (Bot keys) Fetch a thread plus its human + bot participant rosters |
|
|
60
|
-
| `naumu_create_thread` | (Bot keys) Start a new conversation, attach participants, post initial message |
|
|
60
|
+
| `naumu_create_thread` | (Bot keys only) Start a new conversation, attach participants, post initial message, optionally file into topics via `topicIds` |
|
|
61
61
|
| `naumu_request_attachment_upload` | (Bot keys) Get a presigned S3 URL to upload a file; pair with `naumu_post_message`'s `attachmentIds` |
|
|
62
62
|
| `naumu_add_reaction` | (Bot keys) Add an emoji reaction to a message in a thread you participate in (idempotent) |
|
|
63
63
|
| `naumu_remove_reaction` | (Bot keys) Remove your own reaction from a message |
|