mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 05:24:18 +02:00
chore: revert change
This commit is contained in:
parent
64bf0a4112
commit
68567e5b59
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ def fastmcp_server():
|
|||
|
||||
# Add a tool
|
||||
@server.tool
|
||||
async def greet(name: str) -> str:
|
||||
def greet(name: str) -> str:
|
||||
"""Greet someone by name."""
|
||||
return f"Hello, {name}!"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue