Module tools

Module tools 

Source
Expand description

Tool definitions and registry for MCP server.

Structs§

BrowserStatusTool
Tool for getting browser status.
CheckPermissionTool
Tool for checking permissions.
DetectBrowsersTool
Tool for detecting installed browsers.
InterventionCompleteTool
Tool for signaling intervention completion.
InterventionPauseTool
Tool for pausing automation.
InterventionResumeTool
Tool for resuming automation.
InterventionStatusTool
Tool for checking intervention status.
ListProvidersTool
Tool for listing available AI providers.
NavigateTool
Tool for navigating to a URL (for testing).
PromptTool
Tool for sending prompts to AI providers.
ProviderCapabilitiesTool
Tool for retrieving declared provider capabilities.
ScreenshotTool
Tool for taking screenshots.
ToolContext
Context passed to tools during execution.
ToolRegistry
Registry of available tools.

Traits§

Tool
Tool trait for implementing MCP tools.

Attribute Macros§

async_trait