Skip to main content
Documentation search tools via MCP servers and fallback fetching. Provides tools for fetching framework documentation from:
  1. Microsoft Learn MCP (streamable HTTP)
  2. Spring Docs MCP (stdio via npx)
  3. Fallback: TavilySearch (if TAVILY_API_KEY is set) or basic httpx fetching

react_agent.custom_tools.docs_search.DocsSearchInput Objects

View Source Input schema for documentation search tools.

react_agent.custom_tools.docs_search.fetch_web_docs

View Source Fetch documentation from the web for any framework. Uses Tavily if TAVILY_API_KEY is available, otherwise falls back to basic HTTP fetching from official documentation sites.

react_agent.custom_tools.docs_search.load_docs_mcp_tools

View Source Load documentation tools from MCP servers. Connects to:
  1. Microsoft Learn MCP (streamable HTTP)
  2. Spring Docs MCP (stdio via npx)
Returns loaded MCP tools.