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
Move supportsElicitation() capability check from example code to the
ClientGateway class as a public method, making it part of the official
SDK API. This eliminates code duplication and provides a consistent way
for all tools to check client capabilities.
- Add ClientGateway::supportsElicitation() public method
- Remove duplicate capability check from ElicitationHandlers example
- Update all example tools to use SDK method via ClientGateway
- Add @author tags to all 6 elicitation schema classes
- Remove inline comments from example server (keep header doc)
- Add comprehensive elicitation section to examples.md with usage
examples, important notes, and tool descriptions
0 commit comments