docs(examples/ai-mcp): remove public preview caution - #526
Merged
Corina (corinagum) merged 1 commit intoJul 27, 2026
Conversation
The SDK has reached GA, so the "public preview" caution admonition in the ai-mcp example README no longer applies. Removes the two-line caution block so the README opens with the heading. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 39743629-a5ff-47cb-be7c-ad012fa0836b
Contributor
There was a problem hiding this comment.
Pull request overview
Removes an outdated “public preview” CAUTION admonition from the examples/ai-mcp README now that the Teams Python SDK is GA, keeping the example documentation aligned with current release status.
Changes:
- Deleted the README’s top-level CAUTION block referencing “public preview”.
- README now starts directly with the
# Teams AI Agent with MCP toolsheading.
Corina (corinagum)
approved these changes
Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Teams Python SDK has reached GA, so the
> [!CAUTION]"public preview" admonition at the top ofexamples/ai-mcp/README.mdno longer applies. This removes it.Change
# Teams AI Agent with MCP toolsheading.Docs-only; no code or example behavior changes. This was the only file in the repo still carrying the "public preview" caution.