Skip to content

Commit baece2f

Browse files
committed
Fixing unit tests
1 parent 8397b17 commit baece2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/mcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ async def list_prompts(
305305
self._cache_dirty_prompts = False
306306
# Fetch the prompts from the server
307307
self._prompts_list = await self.session.list_prompts()
308-
prompts = self._tools_list
308+
prompts = self._prompts_list
309309

310310
return prompts
311311

0 commit comments

Comments
 (0)