tavily_fastmcp.tools.map¶
Map tool registration.
- Purpose:
Register the namespaced Tavily map MCP tool.
- Design:
Keep mapping focused on structural URL discovery.
Convert flat MCP arguments into the canonical request model.
Functions¶
|
Register the |
Module Contents¶
- tavily_fastmcp.tools.map.register_map_tool(mcp: Any, *, backend: tavily_fastmcp.service.TavilyServiceProtocol) None[source]¶
Register the
tavily.mapMCP tool.- Parameters:
mcp – FastMCP server instance.
backend – Tavily service backend.
- Returns:
None.