Expand description
Trait and implementations for completable items in MCP
Structs§
- Completable
String - A completable string that uses a callback function to generate suggestions
- Fixed
Completions - A completable type that provides fixed suggestions
Traits§
- Completable
- A trait for types that can provide completion suggestions. Similar to the TypeScript SDK’s Completable type.