@naumu/mcp 0.14.1 → 0.14.2
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 -0
- package/dist/index.js +376 -272
- package/package.json +2 -1
- package/server.json +2 -2
package/README.md
CHANGED
|
@@ -108,6 +108,7 @@ Both transports expose the same tool surface. Tools marked **bot** are only regi
|
|
|
108
108
|
| `naumu_add_node_type` | Add one node type without resending the whole schema |
|
|
109
109
|
| `naumu_add_connection` | Add one connection from an existing node type to another |
|
|
110
110
|
| `naumu_add_attribute` | Add or extend an attribute on an existing node type |
|
|
111
|
+
| `naumu_update_schema_description` | Rewrite the space-wide schema description, or the description of one existing node type, attribute, or attribute value |
|
|
111
112
|
| `naumu_list_schema_violations` | Audit a space against its schema and report violations |
|
|
112
113
|
|
|
113
114
|
### Reading the graph
|