feat: MCP server v1.2.0 — guide system + read/write guide tools
Adds full guide system to MCP standalone server. System guides (schema, creating-nodes, edges, dimensions, extract) are bundled and immutable. Users can create up to 10 custom guides via rah_write_guide. Syncs guide infrastructure from main repo to OS repo app code. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.5
parent
2465e7562c
commit
be675be4e0
@@ -61,6 +61,16 @@ Once connected, Claude will:
|
||||
| `rah_create_dimension` | Create a dimension |
|
||||
| `rah_update_dimension` | Update/rename a dimension |
|
||||
| `rah_delete_dimension` | Delete a dimension |
|
||||
| `rah_list_guides` | List available guides (system + custom) |
|
||||
| `rah_read_guide` | Read a guide by name |
|
||||
| `rah_write_guide` | Create or update a custom guide |
|
||||
| `rah_delete_guide` | Delete a custom guide |
|
||||
|
||||
## Guides
|
||||
|
||||
Guides are detailed instruction sets that teach Claude how to work with your knowledge base. System guides (schema, creating-nodes, edges, dimensions, extract) are bundled and immutable. You can create up to 10 custom guides for your own workflows.
|
||||
|
||||
Guides are stored at `~/Library/Application Support/RA-H/guides/` and shared with the main app.
|
||||
|
||||
## What's NOT Included
|
||||
|
||||
|
||||
Reference in New Issue
Block a user