Versions in this module Expand all Collapse all v0 v0.1.1 Mar 20, 2026 v0.1.0 Mar 3, 2026 Changes in this version + func AddToolToServer(server *mcp.Server, name string, description string, ...) + func AssertToolError(t *testing.T, result *mcp.CallToolResult, expectedErrorSubstring string) + func AssertToolSuccess(t *testing.T, result *mcp.CallToolResult, expectedContent string) + func CreateSessionPair(t *testing.T) (*mcp.Client, *mcp.Server, *mcp.ClientSession, *mcp.ServerSession) + func MustMarshalJSON(v any) any