Expand description
Mock implementations for testing.
This module provides mock servers and tools that can be used in unit tests. The mocks are designed to be flexible and configurable.
Structs§
- Mock
Prompt - A mock prompt.
- Mock
Resource - A mock resource.
- Mock
Server - A mock MCP server for testing.
- Mock
Server Builder - Builder for constructing mock servers.
- Mock
Tool - A mock tool with configurable behavior.
Enums§
- Mock
Response - Type of response a mock tool should return.