mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 22:14:18 +02:00
Fix bad merge
This commit is contained in:
parent
956488635e
commit
8ba1478dc5
1 changed files with 0 additions and 3 deletions
|
|
@ -139,11 +139,8 @@ class FastMCP(Generic[LifespanResultT]):
|
|||
| None = None,
|
||||
**settings: Any,
|
||||
):
|
||||
<<<<<<< Updated upstream
|
||||
=======
|
||||
if cache_expiration_seconds is not None:
|
||||
settings["cache_expiration_seconds"] = cache_expiration_seconds
|
||||
>>>>>>> Stashed changes
|
||||
self.settings = fastmcp.settings.ServerSettings(
|
||||
include_tags=include_tags, exclude_tags=exclude_tags, **settings
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue