style: auto-fix ruff lint and format

This commit is contained in:
github-actions[bot]
2026-03-03 15:12:33 +00:00
parent 92840ac8e8
commit 95120d6f26
3 changed files with 7 additions and 5 deletions

View File

@@ -96,9 +96,7 @@ class SecureFastMCP(FastMCP):
# Rebuild middleware stack
app.middleware_stack = app.build_middleware_stack()
logger.info(
"Added middleware stack: WellKnownCacheControl, Session Management"
)
logger.info("Added middleware stack: WellKnownCacheControl, Session Management")
return app