Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
f41538b
1
Parent(s): 79c9cf4
add missing comma
Browse files- docs/servers/fastmcp.mdx +1 -1
docs/servers/fastmcp.mdx
CHANGED
|
@@ -25,7 +25,7 @@ mcp_with_instructions = FastMCP(
|
|
| 25 |
instructions="""
|
| 26 |
This server provides data analysis tools.
|
| 27 |
Call get_average() to analyze numerical data.
|
| 28 |
-
|
| 29 |
)
|
| 30 |
```
|
| 31 |
|
|
|
|
| 25 |
instructions="""
|
| 26 |
This server provides data analysis tools.
|
| 27 |
Call get_average() to analyze numerical data.
|
| 28 |
+
""",
|
| 29 |
)
|
| 30 |
```
|
| 31 |
|