We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5156a commit 24fd217Copy full SHA for 24fd217
tests/test_account.py
@@ -10,5 +10,7 @@ class TestAccount:
10
@pytest.mark.asyncio
11
async def test_read_account(self):
12
result = await mcp.call_tool('read_account', {})
13
+ print('START********')
14
print(result)
15
+ print('END********')
16
assert AccountResponse.model_validate(loads(result[0].text))
0 commit comments