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
Reuse the initialize handler for json-schema-ref-no-deref
The scenario only requires the client to call tools/list against a server
advertising a network $ref; ClientSession never resolves $refs, so the existing
initialize handler (initialize + list_tools) already satisfies it. Register it
under both names instead of duplicating it.
0 commit comments