diff --git a/content/guides/box-mcp/index.md b/content/guides/box-mcp/index.md index 774a6670b..dacb7ab4b 100644 --- a/content/guides/box-mcp/index.md +++ b/content/guides/box-mcp/index.md @@ -23,9 +23,6 @@ Check the detailed guides on both types of Box MCP Servers, as the level of the Enable the remote Box MCP Server in the Admin Console. It is hosted directly in Box. -
- Beta -
An open source Box Developer community project. You can clone this Box MCP Sever and host it on your local machine. diff --git a/content/guides/box-mcp/remote/index.md b/content/guides/box-mcp/remote/index.md index fbcfa46e8..995096c0c 100644 --- a/content/guides/box-mcp/remote/index.md +++ b/content/guides/box-mcp/remote/index.md @@ -9,16 +9,12 @@ required_guides: [] The remote Box MCP Server allows third party AI systems to securely connect and interact with your content in Box. - - Box MCP Server offered subject to Box’s Main Beta Agreement, meaning the available capabilities may change at any time. Box MCP Server is available for customers with Enterprise Plus or Enterprise Advanced plans. - - ## Access and manage predefined Box MCP Servers 1. Click **Integrations** in the sidebar of Box Admin Console. 2. Click **Box Integrations & Clients** in the Integrations window. 3. Scroll down to **Individual Integration Controls**. -4. Search for predefined Box MCP Server, for example the **Box MCP Server for Copilot Studio (Beta)**. +4. Search for predefined Box MCP Server, for example the **Box MCP Server for Copilot Studio**. 5. Hover on the chosen integration, then click **Configure**. 6. Click Save. @@ -64,7 +60,7 @@ Exact steps may vary depending on the AI platform. Refer to your platform’s do ### Anthropic's Messages API -Connect the remote Box MCP Server with Anthropic's Messages API (beta). Clone [this sample chat bot project](https://github.com/box-community/remote-box-mcp-anthropic) to get started quickly. It allows you to have a conversation with an Anthropic model, which has access to tools provided by the Box remote MCP server. The chatbot runs in a terminal, maintains conversation history for context-aware responses, and uses `asyncio` for asynchronous operation. +Connect the remote Box MCP Server with Anthropic's Messages API. Clone [this sample chat bot project](https://github.com/box-community/remote-box-mcp-anthropic) to get started quickly. It allows you to have a conversation with an Anthropic model, which has access to tools provided by the Box remote MCP server. The chatbot runs in a terminal, maintains conversation history for context-aware responses, and uses `asyncio` for asynchronous operation. ### Copilot Studio