Add nash memory tools as lmcp plugin #26

Merged
marfrit merged 1 commits from williams/lmcp:master into master 2026-06-05 15:54:27 +00:00
Contributor

Adds nash_add, nash_search, nash_list, nash_delete tools via tools.d/nash.lua (auto-loaded by server.lua's plugin mechanism, issue #22).

Configured via NASH_URL env var pointing to a nash memory API endpoint (e.g. http://192.168.88.143:8000). When unset, the tools return a helpful error.

Each tool uses curl to call the nash REST API and returns the JSON response directly.

Adds `nash_add`, `nash_search`, `nash_list`, `nash_delete` tools via `tools.d/nash.lua` (auto-loaded by server.lua's plugin mechanism, issue #22). Configured via `NASH_URL` env var pointing to a nash memory API endpoint (e.g. `http://192.168.88.143:8000`). When unset, the tools return a helpful error. Each tool uses curl to call the nash REST API and returns the JSON response directly.
williams added 1 commit 2026-06-05 15:52:00 +00:00
marfrit merged commit 8748fe53bc into master 2026-06-05 15:54:27 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: marfrit/lmcp#26