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
The constructors of class SyncToolSpecification and AsyncToolSpecification in the underlying MCP Java SDK v0.11.0-SNAPSHOT have been deprecated, so we can use builder pattern instead of deprecated constructors in class McpToolUtils to improve code readability and maintainability.