-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor transport type handling and remove URL normalization #214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Renamed ToolHiveProxyMode to ToolHiveTransportType for clarity - Extracted transport type determination into standalone function that checks transport_type field first, then proxy_mode, then falls back to URL detection - Removed URL normalization logic from MCPServerClient (fragments and path manipulation no longer needed) - Fixed streamable HTTP client import to use streamable_http_client - Moved transport type mapping from IngestionService to shared determine_transport_type function - Updated Helm chart to version 0.2.1 - Added detailed logging for workload processing with transport type info - Updated all tests to reflect new function names and removed normalization test cases 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
PR Review: Refactor transport type handling and remove URL normalizationSummaryThis PR successfully refactors transport type handling by renaming ✅ Positives
🐛 Issues Found1. Duplicate code in
|
|
@claude check if your comments were addressed |
|
Claude finished @aponcedeleonch's task —— View job Review Comments Status CheckI've reviewed the current state of the code to see if the issues from my previous review were addressed. Issue #1: Duplicate code in
|
Summary
🤖 Generated with Claude Code