mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
cacfdc4adc
Adds scripts/generate_tool_docs.py which introspects all MCP tool definitions via AST (no import side-effects), extracts names, decorator descriptions, docstrings, parameters, and examples, then emits a deterministic sorted markdown reference to docs/mcp-tools.md. Also commits the initial generated artifact (23 tools, 1345 lines). The file header explains it is auto-generated and shows the regenerate command. Running the script twice produces a zero diff. Closes #404 Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Drew Cain <groksrc@gmail.com>