diff --git a/docs/declarative-agent-ui-widgets.md b/docs/declarative-agent-ui-widgets.md index 7c73211f..b7daea2f 100644 --- a/docs/declarative-agent-ui-widgets.md +++ b/docs/declarative-agent-ui-widgets.md @@ -31,7 +31,7 @@ For details on which OpenAI Apps SDK capabilities are supported, see [Supported - A remote MCP server that provides UI widgets or that you can modify to implement UI widgets - A tool to view MCP server responses, such as [MCP Inspector](https://www.npmjs.com/package/@modelcontextprotocol/inspector) - [Visual Studio Code](https://code.visualstudio.com/) -- The latest version of the [Microsoft 365 Agents Toolkit](https://marketplace.visualstudio.com/items?itemName=TeamsDevApp.ms-teams-vscode-extension) (version 6.6.0 or later) +- [Microsoft 365 Agents Toolkit](https://marketplace.visualstudio.com/items?itemName=TeamsDevApp.ms-teams-vscode-extension) (version 6.6.1 or later) ## MCP server requirements @@ -145,11 +145,6 @@ When you complete these steps, Agents Toolkit generates the required files for t > [!IMPORTANT] > If your MCP server is in development and doesn't implement authentication, this step is skipped. You need to manually add authentication to your manifest once you add authentication to your server. -1. Open **mcp-tools.json** and replace the existing value with the `tools/list` response JSON from your MCP server. Use a testing tool such as [MCP Inspector](https://www.npmjs.com/package/@modelcontextprotocol/inspector) to get the response from your server. - - > [!NOTE] - > This step is temporary. Agents Toolkit will be updated to make this step unnecessary in the future. - 1. Select the **Microsoft 365 Agents Toolkit** icon in the left-hand Activity Bar. 1. In the **Accounts** pane, select **Sign in to Microsoft 365**. (If you're already signed in, continue to the next step).