Skip to content

Commit 0cff354

Browse files
authored
Merge pull request #164 from tadata-org/readme_update
update readme
2 parents 1ec91a8 + 90a9c15 commit 0cff354

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
- **ASGI transport** - Uses FastAPI's ASGI interface directly for efficient communication
3333

3434

35+
## Hosted Solution
36+
37+
If you prefer a managed hosted solution check out [tadata.com](https://tadata.com).
38+
3539
## Installation
3640

3741
We recommend using [uv](https://docs.astral.sh/uv/), a fast Python package installer:
@@ -80,6 +84,7 @@ FastAPI-MCP is designed as a native extension of FastAPI, not just a converter t
8084

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

87+
8388
## Development and Contributing
8489

8590
Thank you for considering contributing to FastAPI-MCP! We encourage the community to post Issues and create Pull Requests.

docs/docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
},
6767
"logo": {
6868
"light": "/media/dark_logo.png",
69-
"dark": "/media/light_logo.png"
69+
"dark": "/media/light_logo.png",
70+
"href": "https://tadata.com/"
7071
},
7172
"navbar": {
7273
"primary": {

docs/getting-started/welcome.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ That's it! Your auto-generated MCP server is now available at `https://app.base.
3434
- [**Flexible deployment**](/advanced/deploy) - Mount your MCP server to the same app, or deploy separately
3535

3636
- [**ASGI transport**](/advanced/transport) - Uses FastAPI's ASGI interface directly for efficient communication
37+
38+
## Hosted Solution
39+
40+
If you prefer a managed hosted solution check out [tadata.com](https://tadata.com).

0 commit comments

Comments
 (0)