You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ That's it! Your auto-generated MCP server is now available at `https://app.base.
66
66
67
67
## Documentation, Examples and Advanced Usage
68
68
69
-
FastAPI-MCP provides [comprehensive documentation](https://tadata-f9452859.mintlify.app/). Additionaly, check out the [examples directory](examples) for code samples demonstrating these features in action.
69
+
FastAPI-MCP provides [comprehensive documentation](https://fastapi-mcp.tadata.com/). Additionaly, check out the [examples directory](examples) for code samples demonstrating these features in action.
70
70
71
71
## FastAPI-first Approach
72
72
@@ -76,7 +76,7 @@ FastAPI-MCP is designed as a native extension of FastAPI, not just a converter t
76
76
77
77
-**ASGI transport**: Communicates directly with your FastAPI app using its ASGI interface, eliminating the need for HTTP calls from the MCP to your API
78
78
79
-
-**Unified infrastructure**: Your FastAPI app doesn't need to run separately from the MCP server (though [separate deployment](https://tadata-f9452859.mintlify.app/advanced/deploy#deploying-separately-from-original-fastapi-app) is also supported)
79
+
-**Unified infrastructure**: Your FastAPI app doesn't need to run separately from the MCP server (though [separate deployment](https://fastapi-mcp.tadata.com/advanced/deploy#deploying-separately-from-original-fastapi-app) is also supported)
80
80
81
81
This design philosophy ensures minimum friction when adding MCP capabilities to your existing FastAPI services.
0 commit comments