From dd92e53c547613b66d0508b312412ff3fe5f8aeb Mon Sep 17 00:00:00 2001 From: renato-umeton <25375373+renato-umeton@users.noreply.github.com> Date: Wed, 23 Apr 2025 08:53:02 -0500 Subject: [PATCH] added FastMCP to tools.yml Added FatMCP to the list of tools that support OpenAPI for automatic server code generation --- _data/tools.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_data/tools.yml b/_data/tools.yml index 40cb7da2..e9fe6b9b 100755 --- a/_data/tools.yml +++ b/_data/tools.yml @@ -1,3 +1,14 @@ +- name: FastMCP + category: + - server + - auto-generators + link: https://gofastmcp.com/patterns/openapi + github: https://github.com/jlowin/fastmcp + description: FastMCP can automatically generate an MCP server from an OpenAPI specification. Users only need to provide an OpenAPI specification (3.0 or 3.1) and an API client. + v2: false + v3: true + v3_1: true + - name: Docuo category: documentation link: https://docuo.spreading.ai/?via=ot