merge mcp_tools_test.go into mcp_server_test.go

- Merged all individual MCP tool test functions from mcp_tools_test.go into mcp_server_test.go
- Added require import for additional test assertions
- Removed duplicate TestMCPServer4XTDriver function
- Deleted the original mcp_tools_test.go file
- All 39 MCP tools now have comprehensive unit tests in a single file
- Tests cover tool name, description, options, and request conversion functionality
This commit is contained in:
lilong.129
2025-05-26 22:32:26 +08:00
parent 77f5683f9a
commit 8895e9e970
2 changed files with 1280 additions and 1 deletions

View File

@@ -1 +1 @@
v5.0.0-beta-2505262210
v5.0.0-beta-2505262232