mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 13:34:17 +02:00
Apply suggestion from @parkedwards
This commit is contained in:
parent
2083d3f20a
commit
83cc0e6e33
1 changed files with 1 additions and 1 deletions
|
|
@ -790,7 +790,7 @@ class FastMCP(Generic[LifespanResultT]):
|
|||
# Prompt from mounted server - already filtered, include as-is
|
||||
mcp_prompts.append(prompt)
|
||||
else:
|
||||
# Local prompt or proxy prompt - apply this server's tag filtering
|
||||
# Local prompt or proxy prompt - apply this server's filtering
|
||||
if self._should_enable_component(prompt):
|
||||
mcp_prompts.append(prompt)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue