You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: register code_execution tool in CallBuiltInTool and CallToolDirect methods
Add missing code_execution operation constant and register it in all tool routing methods to enable CLI command support.
- Add operationCodeExecution constant
- Add case in CallBuiltInTool switch statement
- Add case in CallToolDirect switch statement
- Add to proxyTools map in handleCallTool
- Add to proxy tool routing switch statement
This fixes the 'unknown built-in tool: code_execution' error when using the mcpproxy code exec CLI command.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments