Skip to content

docs: quickstart omits memory_stats from the tool list #41

Description

@himanshu231204

Summary

docs/getting-started/quickstart.md tells users the agent should list three tools, but the server exposes fourmemory_stats is missing from the list.

Where

docs/getting-started/quickstart.md line 37:

It should list store_memory, search_memory, and recall_memory.

The server (src/localmem_mcp/server.py) registers four tools: store_memory, search_memory, recall_memory, and memory_stats.

Impact

A user following the quickstart may think memory_stats doesn't exist, or may not know they can ask the agent to check which database/model is in use — which is the documented first step for "memories seem to be missing".

Suggested fix

Add memory_stats to the list (and to the "What just happened" section if it mentions the tool set).

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions