mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-26 23:44:17 +02:00
Adopt snake_case SDK type attribute access
This commit is contained in:
parent
fdac9f9f2e
commit
ed85d477f5
77 changed files with 410 additions and 406 deletions
|
|
@ -107,7 +107,7 @@ class TestFutureAnnotations:
|
|||
async with Client(fastmcp_server) as client:
|
||||
result = await client.call_tool("returns_image", {})
|
||||
assert result.content[0].type == "image"
|
||||
assert result.content[0].mimeType == "image/png"
|
||||
assert result.content[0].mime_type == "image/png"
|
||||
|
||||
async def test_async_with_context(self):
|
||||
async with Client(fastmcp_server) as client:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue