Apply suggestion from @parkedwards

This commit is contained in:
Eddie 2025-10-09 21:33:18 -07:00 committed by GitHub
commit bf46b58e4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -650,7 +650,7 @@ class FastMCP(Generic[LifespanResultT]):
# Resource from mounted server - already filtered, include as-is
mcp_resources.append(resource)
else:
# Local resource or proxy resource - apply this server's tag filtering
# Local resource or proxy resource - apply this server's filtering
if self._should_enable_component(resource):
mcp_resources.append(resource)