From ab8af6b467f4ba6a093ef101d979b46980e03ea5 Mon Sep 17 00:00:00 2001 From: Leopold Talirz Date: Fri, 20 Jun 2025 15:37:36 +0200 Subject: [PATCH] docs: point out transport type Point out user should select correct transport type (default STDIO won't work) --- docs/getting-started/FAQ.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/FAQ.mdx b/docs/getting-started/FAQ.mdx index e8e3b5c..6da3bbe 100644 --- a/docs/getting-started/FAQ.mdx +++ b/docs/getting-started/FAQ.mdx @@ -33,7 +33,7 @@ To verify your FastApiMCP server is working properly, you can use the MCP Inspec ```bash npx @modelcontextprotocol/inspector ``` -3. Connect to your MCP server by entering the mount path URL (default: `http://127.0.0.1:8000/mcp`) +3. Connect to your MCP server by selecting transport type "SSE" and entering the mount path URL (default: `http://127.0.0.1:8000/mcp`) 4. Navigate to the `Tools` section and click `List Tools` to see all available endpoints 5. Test an endpoint by: - Selecting a tool from the list