Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,8 @@ agents can pick the right one without trial-and-error:
All MCP tools default to text output; pass `output_format="json"` for
structured responses. Full tool reference in the
[docs](https://docs.basicmemory.com/?utm_source=github&utm_medium=referral&utm_campaign=readme).
A per-tool parameter reference generated from the source lives in
[docs/mcp-tools.md](docs/mcp-tools.md).

## CLI essentials

Expand Down
626 changes: 626 additions & 0 deletions docs/mcp-tools.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,10 @@ clean:
format:
uv run ruff format .

# Regenerate docs/mcp-tools.md from the MCP tool sources
tool-docs:
uv run python scripts/generate_tool_docs.py

# Run MCP inspector tool
run-inspector:
npx @modelcontextprotocol/inspector
Expand Down
Loading
Loading