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(completion): require tool uri for input completion (#1328)
Previously, input completion was triggered for tools without a defined
`uri`, which could lead to errors or unexpected behavior. This change
ensures that input completion only occurs when both the tool and its
schema are present and the tool has a valid `uri` property.
0 commit comments