Update tests

This commit is contained in:
Jeremiah Lowin 2025-06-10 17:08:23 -04:00
commit 1866c17400
4 changed files with 212 additions and 116 deletions

View file

@ -1556,6 +1556,7 @@ class FastMCP(Generic[LifespanResultT]):
"""
Create a FastMCP server from an OpenAPI specification.
"""
from .openapi import FastMCPOpenAPI
return FastMCPOpenAPI(
openapi_spec=openapi_spec,