llama-stack-mirror/llama_stack/providers/inline/agents/meta_reference/responses
ashwinb ba664474de
feat(responses): add mcp list tool streaming event (#3159)
# What does this PR do?

Adds proper streaming events for MCP tool listing (`mcp_list_tools.in_progress` and `mcp_list_tools.completed`). Also refactors things a bit more.

## Test Plan

Verified existing integration tests pass with the refactored code. The test `test_response_streaming_multi_turn_tool_execution` has been updated to check for the new MCP list tools streaming events
2025-08-15 00:05:36 +00:00
..
__init__.py chore(responses): Refactor Responses Impl to be civilized (#3138) 2025-08-15 00:05:35 +00:00
openai_responses.py feat(responses): add mcp list tool streaming event (#3159) 2025-08-15 00:05:36 +00:00
streaming.py feat(responses): add mcp list tool streaming event (#3159) 2025-08-15 00:05:36 +00:00
tool_executor.py feat(responses): add mcp list tool streaming event (#3159) 2025-08-15 00:05:36 +00:00
types.py feat(responses): add mcp list tool streaming event (#3159) 2025-08-15 00:05:36 +00:00
utils.py refactor(responses): move stuff into some utils and add unit tests (#3158) 2025-08-15 00:05:36 +00:00