Commit graph

2 commits

Author SHA1 Message Date
Lars Varming
8dd7a87623 Improve MCP tool descriptions for better LLM tool selection
Updated all 12 MCP tool docstrings with:
- LLM-visible priority markers in docstrings (was hidden in meta)
- Decision trees to disambiguate overlapping tools
- Standard Python docstring format with Examples sections
- Enhanced safety protocols for destructive operations
- Increased priority for search_memory_facts (0.85) and get_entities_by_type (0.75)

Changes are docstring-only with no breaking changes to functionality.
Validated with ruff format, ruff check, and py_compile.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-09 15:05:54 +01:00
Lars Varming
aab233496c Use official Dockerfile.standalone for custom MCP server build 2025-11-08 21:07:28 +01:00