Commit b53b771
committed
fix(skills): use note_type param in memory-onboarding schema examples
The schema_validate/schema_diff/schema_infer examples used noteType=,
but the registered MCP tool contract exposes note_type
(src/basic_memory/mcp/tools/schema.py). Assistants copying the
reference calls during Phase 3/6 would fail to bind.
Signed-off-by: Cody Faust <cody@luminarysol.com>1 parent b857a3d commit b53b771
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
125 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments