Skip to content

Commit bffe6af

Browse files
authored
Merge pull request #111 from shira-ayal/fix-to-mint-docs
fix to mintlify docs
2 parents 9514163 + c41186d commit bffe6af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ That's it! Your auto-generated MCP server is now available at `https://app.base.
6666

6767
## Documentation, Examples and Advanced Usage
6868

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.
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.
7070

7171
## FastAPI-first Approach
7272

@@ -76,7 +76,7 @@ FastAPI-MCP is designed as a native extension of FastAPI, not just a converter t
7676

7777
- **ASGI transport**: Communicates directly with your FastAPI app using its ASGI interface, eliminating the need for HTTP calls from the MCP to your API
7878

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)
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)
8080

8181
This design philosophy ensures minimum friction when adding MCP capabilities to your existing FastAPI services.
8282

docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"anchors": [
4949
{
5050
"anchor": "Documentation",
51-
"href": "https://fastapi-mcp.tadata.com",
51+
"href": "https://tadata-f9452859.mintlify.app/",
5252
"icon": "book-open-cover"
5353
},
5454
{

0 commit comments

Comments
 (0)