Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 4 additions & 0 deletions docs/getting-started/welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).