mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Update openapi.mdx
This commit is contained in:
parent
56801435ac
commit
99a5eb136d
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ icon: code-branch
|
|||
|
||||
If you have existing REST APIs documented with the OpenAPI Specification (OAS), FastMCP can automatically generate MCP tools, resources, and resource templates directly from that specification. This provides a quick way to make your existing HTTP APIs accessible to MCP clients and LLMs.
|
||||
|
||||
FastMCP supports both OpenAPI 3.0 and 3.1 specifications for maximum compatibility with existing API definitions.
|
||||
|
||||
## The Goal: API -> MCP Server
|
||||
|
||||
The core idea is to map OpenAPI paths and operations (like `GET /users/{id}` or `POST /orders`) to their corresponding MCP components:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue