Skip to content

McpClientPlugin plugin not working - @teams/app.HttpPlugin.@teams/http-stream waiting for ID to be set #211

@Micatio

Description

@Micatio

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions