mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 13:04:18 +02:00
Apply suggestion from @parkedwards
This commit is contained in:
parent
9a71909f33
commit
bf46b58e4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue