mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 05:24:18 +02:00
commit
7ce2953498
1 changed files with 4 additions and 1 deletions
|
|
@ -22,7 +22,10 @@ mcp = FastMCP(name="MyAssistantServer")
|
|||
# You can also add instructions for how to interact with the server
|
||||
mcp_with_instructions = FastMCP(
|
||||
name="HelpfulAssistant",
|
||||
instructions="This server provides data analysis tools. Call get_average() to analyze numerical data."
|
||||
instructions="""
|
||||
This server provides data analysis tools.
|
||||
Call get_average() to analyze numerical data.
|
||||
"""
|
||||
)
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue