Weirdly the chat send doesnt response for any MCP requests?
mcp_plugin = McpClientPlugin()
mcp_plugin.use_mcp_server("https://learn.microsoft.com/api/mcp")
chat_prompt = ChatPrompt(model,
plugins=[mcp_plugin])
chat_result = await chat_prompt.send(
input=ctx.activity.text,
memory=memory,
instructions=INSTRUCTIONS,
on_chunk=lambda chunk: ctx.stream.emit(chunk)
)
INSTRUCTIONS = "You are a helpful assistant. You MUST use tool calls to do all your work."
Sent "What are the az cli commands to create an Azure container app according to official Microsoft Learn documentation"
....No response