Files
httprunner/mcphost
lilong.129 6e1bd5bbe2 feat: optimize MCP tools response format with automatic schema generation
- Remove all manual ReturnSchema() methods from tools
- Implement automatic schema generation using reflection
- Unify response format to flat structure with action/success/message fields
- Simplify tool implementation by removing MCPResponse embedding
- Update documentation to reflect new architecture
- Achieve ~70% code reduction while maintaining type safety
2025-06-05 23:17:06 +08:00
..
2025-06-05 18:09:25 +08:00

mcphost

This package is a fork of mark3labs/mcphost, it helps HttpRunner to interact with external tools through the Model Context Protocol (MCP).