Module mock

Module mock 

Source
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§

MockPrompt
A mock prompt.
MockResource
A mock resource.
MockServer
A mock MCP server for testing.
MockServerBuilder
Builder for constructing mock servers.
MockTool
A mock tool with configurable behavior.

Enums§

MockResponse
Type of response a mock tool should return.