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
- Rename NewServerToolFromHandler -> NewServerTool (the simpler, preferred name)
- Rename deprecated generic NewServerTool[In, Out] -> NewServerToolWithDeps
to free up the simpler name and make its closure-based nature explicit
- Remove unused NewServerToolWithRawContextHandler (wrapper that was never adopted
by callers; raw context handlers go through NewServerTool directly)
- Update all call sites in dependencies.go, dynamic_tools.go, and registry_test.go
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments