I would like Strands to add prompt to conversational history when using structured output method. I followed the example code: agent = Agent() # Build up conversation ...
In https://github.com/google/adk-python/blob/main/src/google/adk/tools/mcp_tool/mcp_tool.py#L107, the MCP input schema is passed on to FunctionDeclaration. However ...