We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093217b commit e5b07c4Copy full SHA for e5b07c4
1 file changed
tests/server/fastmcp/test_server.py
@@ -1000,7 +1000,7 @@ async def test_get_prompt_without_description(self):
1000
"""Test getting a prompt without description returns empty string."""
1001
mcp = FastMCP()
1002
1003
- @mcp.prompt() # No description provided
+ @mcp.prompt()
1004
def fn(name: str) -> str:
1005
return f"Hello, {name}!"
1006
0 commit comments