pypi-query-mcp/pypi_query_mcp/prompts
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
..
__init__.py feat: add MCP prompt templates for PyPI package analysis and decision-making 2025-05-29 18:47:15 +08:00
dependency_management.py feat: add MCP prompt templates for PyPI package analysis and decision-making 2025-05-29 18:47:15 +08:00
migration_guidance.py feat: add MCP prompt templates for PyPI package analysis and decision-making 2025-05-29 18:47:15 +08:00
package_analysis.py refactor: update prompt templates to follow standard MCP workflow 2025-05-29 18:47:15 +08:00