Add CUD operations to homelab-mcp server
Add upsert_context, update_context, and delete_context tools to complete CRUD functionality. Upserts use deterministic IDs based on source+section+host for idempotency. Updates support metadata-only patches or full re-embedding when text changes.
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
node_modules/\ndist/\n*.js.map\n*.d.ts.map
|
||||
Reference in New Issue
Block a user