Documentation ¶ Index ¶ type Env func NewEnv(t *testing.T) *Env func (e *Env) CallTool(t *testing.T, name string, args map[string]any) *mcp.CallToolResult func (e *Env) TextContent(t *testing.T, result *mcp.CallToolResult) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Env ¶ type Env struct { Session *mcp.ClientSession Store *store.Store } func NewEnv ¶ func NewEnv(t *testing.T) *Env func (*Env) CallTool ¶ func (e *Env) CallTool(t *testing.T, name string, args map[string]any) *mcp.CallToolResult func (*Env) TextContent ¶ func (e *Env) TextContent(t *testing.T, result *mcp.CallToolResult) string Source Files ¶ View all Source files mcptest.go Click to show internal directories. Click to hide internal directories.