You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or via your MCP client's stdio/SSE transport configuration.
Disabled Tools
The following tools exist in code but are disabled (their @mcp.tool decorator is commented out). They can be re-enabled by uncommenting their decorators:
Tool
Endpoint
Reason
scan_index
POST /api/index/scan
Recursively scans directories; not intended for agent use
add_to_index
POST /api/index/add
Adds existing server-side files to index; not intended for agent use
add_paper
POST /api/documents/papers/add
Adds papers by server-side path; prefer upload_paper instead