Formatting

This commit is contained in:
Tao Chen
2026-05-14 17:13:33 -07:00
Unverified
parent 94ce49dcf5
commit 5e5c6976f1
4 changed files with 7 additions and 12 deletions
+1 -3
View File
@@ -4227,9 +4227,7 @@ async def test_mcp_tool_call_tool_forwards_tool_list_meta():
self.session.call_tool = AsyncMock(
return_value=types.CallToolResult(content=[types.TextContent(type="text", text="result")])
)
self.session.list_prompts = AsyncMock(
return_value=types.ListPromptsResult(prompts=[])
)
self.session.list_prompts = AsyncMock(return_value=types.ListPromptsResult(prompts=[]))
def get_mcp_client(self) -> _AsyncGeneratorContextManager[Any, None]:
return None