@naumu/mcp 0.6.2 → 0.6.4

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.
Files changed (3) hide show
  1. package/README.md +3 -2
  2. package/dist/index.js +483 -419
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -51,8 +51,9 @@ Add to your Cursor MCP settings:
51
51
  | `naumu_add_edge` | Create a relationship between two nodes |
52
52
  | `naumu_remove_node` | Delete a node and its connections |
53
53
  | `naumu_remove_edge` | Delete a relationship |
54
- | `naumu_ask` | Ask the Naumu AI agent a question about your graph |
55
- | `naumu_get_ai_thread` | Retrieve messages from a previous AI conversation |
54
+ | `naumu_ask` | Ask @Naumu a question and get a synthesised answer back (answer + sources + confidence + threadId + status); leaves a visible thread in the space |
55
+ | `naumu_delegate` | Hand @Naumu a task to carry out asynchronously (add knowledge, make changes); returns a `threadId` immediately, then poll with `naumu_read_thread` |
56
+ | `naumu_read_thread` | Read a thread's messages; each message carries a `status` of `processing` or `complete` |
56
57
  | `naumu_whoami` | (Bot keys) Self-introspection — id, graphId, name, instructions, allowed tools |
57
58
  | `naumu_list_threads` | (Bot keys) List threads in your graph with `isParticipant` flag |
58
59
  | `naumu_get_thread` | (Bot keys) Fetch a thread plus its human + bot participant rosters |