{ "success": true, "status": "connected", "tools": [ { "name": "tavily_search", "description": "Search the web using Tavily" }, { "name": "tavily_extract", "description": "Extract content from a URL" } ], "tool_count": 2, "prompts": [], "prompt_count": 0}
Tests whether an MCP server connection is available and returns the list of tools and prompts provided by the server. Used for connection validation before adding MCP tools on the frontend.