Expand description
Elicitation shadow crate for the csv reader/writer library.
Exposes csv 1.x as MCP tools via a CsvPlugin that holds live builder,
reader, and writer instances keyed by UUID.
§Plugins
CsvPlugin— holds liveReaderBuilder,WriterBuilder,Reader, andWriterinstances keyed by UUID; each public method on each type is its own MCP tool.
§Factories
prime_csv_deserialize— registers typed deserialization tools for anyD: ElicitComplete + DeserializeOwnedprime_csv_serialize— registers typed serialization tools for anyT: ElicitComplete + Serialize
Structs§
Functions§
- prime_
csv_ deserialize - Register CSV deserialization tools for type
D. - prime_
csv_ serialize - Register CSV serialization tools for type
T.