Add nash memory tools as lmcp plugin #26
Reference in New Issue
Block a user
Delete Branch "williams/lmcp:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds
nash_add,nash_search,nash_list,nash_deletetools viatools.d/nash.lua(auto-loaded by server.lua's plugin mechanism, issue #22).Configured via
NASH_URLenv 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.