Skip to content

Commit de9bda9

Browse files
committed
Update agent-connectors.md and whats-new.md
1 parent 16b10f3 commit de9bda9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

msteams-platform/m365-apps/agent-connectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ First, declare your MCP server in the [agentConnectors](/microsoft-365/extensibi
6767

6868
Each connector must have a unique `id` that distinguishes it from other connectors in your manifest. The `toolSource` object must include exactly one of `remoteMcpServer`, `localMcpServer`, or `plugin`.
6969

70-
For MCP servers, use **remoteMcpServer** unless your server runs locally within the Teams client environment (advanced scenarios).
70+
For MCP servers, use `remoteMcpServer` unless your server runs locally within the Teams client environment (advanced scenarios).
7171

7272
## Configure the remote MCP server endpoint
7373

msteams-platform/whats-new.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Teams platform features that are available to all app developers.</br>
3838

3939
**2026 January**
4040

41-
* ***January 27, 2026***: [You can now register MCP servers as agent connectors for Microsoft 365](m365-apps/agent-connectors.md)
41+
* ***January 27, 2026***: [You can now register MCP servers as agent connectors for Microsoft 365](m365-apps/agent-connectors.md).
4242

4343
:::column-end:::
4444
:::row-end:::
@@ -52,9 +52,9 @@ Teams platform features that are available to all app developers.</br>
5252

5353
| **Date** | **Update** | **Find here** |
5454
| -------- | --------- | ----------------|
55-
| 21/11/2025 | Use the Performance Report tool to evaluate the efficiency of your web and tab apps on mobile. | [Calculate performance metrics for apps](resources/teams-mobile-best-practices.md#calculate-performance-metrics-for-apps)
56-
| 19/11/2025 | Create and manage agent identities for your agent. | [Agent Identity Blueprint](concepts/build-and-test/manage-your-apps-in-developer-portal.md#agent-identity-blueprint)
57-
| 19/11/2025 | Microsoft Entra ID authentication for bots is now available in group scope | [Enable SSO for your app](bots/how-to/authentication/bot-sso-overview.md)
55+
| 21/11/2025 | Use the Performance Report tool to evaluate the efficiency of your web and tab apps on mobile. | Add Teams app capabilities > Resources > Best practices for Teams mobile app > [Calculate performance metrics for apps](resources/teams-mobile-best-practices.md#calculate-performance-metrics-for-apps)
56+
| 19/11/2025 | Create and manage agent identities for your agent. | Tools and SDKs > Tools > Developer Portal for Teams > Manage your apps in Developer Portal > Use tools to create app features > [Agent Identity Blueprint](concepts/build-and-test/manage-your-apps-in-developer-portal.md#agent-identity-blueprint)
57+
| 19/11/2025 | Microsoft Entra ID authentication for bots is now available in group scope | Add Authentication > Enable SSO for bot and message extension app using Entra ID > [Overview](bots/how-to/authentication/bot-sso-overview.md)
5858
|06/11/2025 | Teams AI library v2 has been renamed to *Teams SDK*. | [Teams SDK](/microsoftteams/platform/teams-ai-library/)
5959
|15/10/2025 | The Microsoft Teams JavaScript client library (TeamsJS) supports app suspension for Teams apps extended to run across other Microsoft 365 applications. | Build tabs > Tab features > [App suspension for your tab app](tabs/how-to/app-caching.md)
6060
| 18/09/2025 | Teams AI library is now generally available for JavaScript and C#. It provides a simplified SDK, support for Model Context Protocol (MCP), Agent-to-Agent communication (A2A), and streamlined tools to enable developers to build intelligent agents for Teams | [Overview of Teams AI Library](/microsoftteams/platform/teams-ai-library/welcome) |

0 commit comments

Comments
 (0)