pypi-query-mcp/pypi_query_mcp
longhao 4bdf38d455 refactor: update prompt templates to follow standard MCP workflow
- Implement standard MCP prompt workflow with template variables
- Use {{parameter_name}} placeholders instead of direct string interpolation
- Add proper parameter replacement in server prompt registrations
- Update templates to return template strings with placeholders
- Follow MCP workflow: load template → parameter replacement → return final prompt
- Update documentation to reflect standard MCP workflow implementation
- Remove TEMPLATES_USE environment variable as requested
- Maintain all existing functionality while improving MCP compliance

Signed-off-by: longhao <hal.long@outlook.com>
2025-05-29 18:47:15 +08:00
..
config feat: implement comprehensive configuration management system with multi-mirror support 2025-05-27 17:41:42 +08:00
core style: fix code formatting and linting issues 2025-05-27 21:22:18 +08:00
prompts refactor: update prompt templates to follow standard MCP workflow 2025-05-29 18:47:15 +08:00
tools style: fix code formatting and linting issues 2025-05-27 21:22:18 +08:00
__init__.py fix: correct FastMCP interface usage and resolve lint issues 2025-05-27 13:44:28 +08:00
server.py refactor: update prompt templates to follow standard MCP workflow 2025-05-29 18:47:15 +08:00