From 90a9c15634a9d89e637ce22f3ef1e72728cc705b Mon Sep 17 00:00:00 2001 From: Itay Shemer Date: Mon, 9 Jun 2025 11:59:13 +0300 Subject: [PATCH] update readme --- README.md | 5 +++++ docs/docs.json | 3 ++- docs/getting-started/welcome.mdx | 4 ++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dd5ade..51a0c2c 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ - **ASGI transport** - Uses FastAPI's ASGI interface directly for efficient communication +## Hosted Solution + +If you prefer a managed hosted solution check out [tadata.com](https://tadata.com). + ## Installation 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 This design philosophy ensures minimum friction when adding MCP capabilities to your existing FastAPI services. + ## Development and Contributing Thank you for considering contributing to FastAPI-MCP! We encourage the community to post Issues and create Pull Requests. diff --git a/docs/docs.json b/docs/docs.json index d431464..1fe6095 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -66,7 +66,8 @@ }, "logo": { "light": "/media/dark_logo.png", - "dark": "/media/light_logo.png" + "dark": "/media/light_logo.png", + "href": "https://tadata.com/" }, "navbar": { "primary": { diff --git a/docs/getting-started/welcome.mdx b/docs/getting-started/welcome.mdx index e7afdd3..e8d91f4 100644 --- a/docs/getting-started/welcome.mdx +++ b/docs/getting-started/welcome.mdx @@ -34,3 +34,7 @@ That's it! Your auto-generated MCP server is now available at `https://app.base. - [**Flexible deployment**](/advanced/deploy) - Mount your MCP server to the same app, or deploy separately - [**ASGI transport**](/advanced/transport) - Uses FastAPI's ASGI interface directly for efficient communication + +## Hosted Solution + +If you prefer a managed hosted solution check out [tadata.com](https://tadata.com).