Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
03d58f5
1
Parent(s): 75999a8
Update test_logs.py
Browse files
tests/client/test_logs.py
CHANGED
|
@@ -19,7 +19,7 @@ def fastmcp_server():
|
|
| 19 |
|
| 20 |
@mcp.tool()
|
| 21 |
async def log(context: Context) -> None:
|
| 22 |
-
await context.
|
| 23 |
|
| 24 |
@mcp.tool()
|
| 25 |
async def echo_log(
|
|
|
|
| 19 |
|
| 20 |
@mcp.tool()
|
| 21 |
async def log(context: Context) -> None:
|
| 22 |
+
await context.info(message="hello?")
|
| 23 |
|
| 24 |
@mcp.tool()
|
| 25 |
async def echo_log(
|