Skip to content

Commit f180bda

Browse files
author
Shira Ayal
authored
Merge pull request #112 from shira-ayal/fix-mint-docs-urls
fix mintlify docs urls
2 parents bffe6af + a7dc44d commit f180bda

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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://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.
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://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)
8080

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

docs/docs.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"anchors": [
4949
{
5050
"anchor": "Documentation",
51-
"href": "https://tadata-f9452859.mintlify.app/",
51+
"href": "https://fastapi-mcp.tadata.com/",
5252
"icon": "book-open-cover"
5353
},
5454
{
@@ -77,7 +77,8 @@
7777
"footer": {
7878
"socials": {
7979
"x": "https://x.com/makhlevich",
80-
"github": "https://github.com/tadata-org/fastapi_mcp"
80+
"github": "https://github.com/tadata-org/fastapi_mcp",
81+
"website": "https://tadata.com/"
8182
}
8283
},
8384
"theme": "mint"

0 commit comments

Comments
 (0)