Structs§
- Captured
Elicitation - Captured
Task Update - Captured
Tool Call - Elicitation
Script - Scripts the user’s side of elicitation round trips: answers each incoming request with the next queued response (Cancel once the queue is empty) and records what arrived for assertions.
- Fake
McpServer - A fake MCP server preloaded with the classic math tools (
add_numbers,divide_numbers,slow_tool); add scripted tools withSelf::with_tool. - Fake
McpState - Fake
Tool - Fake
Tool Response
Enums§
Functions§
- connect
- Helper function to connect an MCP server and client via in-memory transport This handles the dual-era discovery/initialization handshake by running both concurrently
- fake_
mcp