ListToolsRequest extension type
Sent from the client to request a list of tools the server has.
- on
- Implemented types
Constructors
- ListToolsRequest.new({Cursor? cursor, MetaWithProgressToken? meta})
-
factory
-
ListToolsRequest.fromMap(Map<
String, Object?> _value)
Properties
- cursor → Cursor?
-
An opaque token representing the current pagination position.
no setterinherited
- meta → MetaWithProgressToken?
-
If specified, the caller is requesting out-of-band progress notifications
for this request (as represented by notifications/progress).
no setterinherited
Constants
- methodName → const String