python-1.44.1
Semantic Kernel Python 1.44.1 introduces an MCP tool approval callback for Azure AI Agent (marked as breaking), handles MCP name collisions, and encodes OpenAPI server variable values.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
Semantic Kernel has released Python version 1.44.1. This release includes a marked breaking change that adds an MCP tool approval callback for the Azure AI Agent integration (PR 14210). Additionally, MCP handling was updated to skip tools and prompts with colliding normalized names (PR 14236). Other updates include encoding OpenAPI server variable values (PR 14146), documenting x5t certificate thumbprint hashing in Copilot Studio agents (PR 14270), CodeQL alert suppressions, and frontend/dependency bumps.
可执行摘要
Semantic Kernel Python release 1.44.1 includes a breaking change adding an MCP tool approval callback for Azure AI Agent, drops colliding normalized MCP tools/prompts, encodes OpenAPI server variables, and updates documentation for Copilot Studio agent certificate thumbprint hashing.
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Review Azure AI Agent implementations for the new MCP tool approval callback breaking change.
- Verify tool and prompt naming to ensure normalized names do not collide and get skipped in MCP integrations.