Skip to content

Commit a41c1c3

Browse files
authored
Merge pull request #476 from erikadoyle/mcpauthdesc
Fixes to Nov 2025 vDevPreview schema
2 parents 23abde2 + 8977da0 commit a41c1c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

teams/vDevPreview/MicrosoftTeams.schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,7 @@
16511651
},
16521652
"description": {
16531653
"type": "object",
1654-
"description": "An inlined Plugin Manifest object for simple plugins that do not require a separate file. It should conform to the Plugin Manifest schema https://spec-hub.azurewebsites.net/specifications/PluginManifest-2.3.html ."
1654+
"description": "An inlined Plugin Manifest object for simple plugins that do not require a separate file. It should conform to the Plugin Manifest schema https://learn.microsoft.com/microsoft-365-copilot/extensibility/api-plugin-manifest-2.3."
16551655
}
16561656
},
16571657
"additionalProperties": false
@@ -1661,7 +1661,7 @@
16611661
"additionalProperties": false,
16621662
"properties": {
16631663
"mcpServerUrl": {
1664-
"$ref": "#/definitions/secureHttpUrl",
1664+
"$ref": "#/definitions/httpsUrl",
16651665
"description": "The URL of the remote MCP Server."
16661666
},
16671667
"mcpToolDescription": {
@@ -1681,7 +1681,7 @@
16811681
},
16821682
"authorization": {
16831683
"type": "object",
1684-
"description": "Authorization configuration for connecting to the local MCP server. The design mirrors that of Plugin Manifests https://spec-hub.azurewebsites.net/specifications/PluginManifest-2.3.html",
1684+
"description": "Authorization configuration for connecting to the local MCP server. The design mirrors that of Plugin Manifests https://learn.microsoft.com/microsoft-365-copilot/extensibility/api-plugin-manifest-2.3",
16851685
"additionalProperties": false,
16861686
"properties": {
16871687
"type": {
@@ -1736,7 +1736,7 @@
17361736
},
17371737
"authorization": {
17381738
"type": "object",
1739-
"description": "Authorization configuration for connecting to the local MCP server. The design mirrors that of Plugin Manifests https://spec-hub.azurewebsites.net/specifications/PluginManifest-2.3.html",
1739+
"description": "Authorization configuration for connecting to the local MCP server. The design mirrors that of Plugin Manifests https://learn.microsoft.com/microsoft-365-copilot/extensibility/api-plugin-manifest-2.3",
17401740
"properties": {
17411741
"type": {
17421742
"type": "string",

0 commit comments

Comments
 (0)