You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: teams/vDevPreview/MicrosoftTeams.schema.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1651,7 +1651,7 @@
1651
1651
},
1652
1652
"description": {
1653
1653
"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."
1655
1655
}
1656
1656
},
1657
1657
"additionalProperties": false
@@ -1661,7 +1661,7 @@
1661
1661
"additionalProperties": false,
1662
1662
"properties": {
1663
1663
"mcpServerUrl": {
1664
-
"$ref": "#/definitions/secureHttpUrl",
1664
+
"$ref": "#/definitions/httpsUrl",
1665
1665
"description": "The URL of the remote MCP Server."
1666
1666
},
1667
1667
"mcpToolDescription": {
@@ -1681,7 +1681,7 @@
1681
1681
},
1682
1682
"authorization": {
1683
1683
"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",
1685
1685
"additionalProperties": false,
1686
1686
"properties": {
1687
1687
"type": {
@@ -1736,7 +1736,7 @@
1736
1736
},
1737
1737
"authorization": {
1738
1738
"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",
0 commit comments