Skip to content

Commit 4adf651

Browse files
authored
remove beta from MCP server guide (#805)
1 parent 462b227 commit 4adf651

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

content/guides/box-mcp/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ Check the detailed guides on both types of Box MCP Servers, as the level of the
2323
<TileGrid rows="2">
2424
<Tile type="mcp" title="Remote Box MCP Server" href="/guides/box-mcp/remote">
2525
Enable the remote Box MCP Server in the Admin Console. It is hosted directly in Box.
26-
<div>
27-
<strong style="background-color: #e1ffe7">Beta</strong>
28-
</div>
2926
</Tile>
3027
<Tile type="mcp" title="Self-hosted Box MCP Server" href="/guides/box-mcp/self-hosted">
3128
An open source Box Developer community project. You can clone this Box MCP Sever and host it on your local machine.

content/guides/box-mcp/remote/index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,12 @@ required_guides: []
99

1010
The remote Box MCP Server allows third party AI systems to securely connect and interact with your content in Box.
1111

12-
<Message type='notice'>
13-
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.
14-
</Message>
15-
1612
## Access and manage predefined Box MCP Servers
1713

1814
1. Click **Integrations** in the sidebar of Box Admin Console.
1915
2. Click **Box Integrations & Clients** in the Integrations window.
2016
3. Scroll down to **Individual Integration Controls**.
21-
4. Search for predefined Box MCP Server, for example the **Box MCP Server for Copilot Studio (Beta)**.
17+
4. Search for predefined Box MCP Server, for example the **Box MCP Server for Copilot Studio**.
2218
5. Hover on the chosen integration, then click **Configure**.
2319
6. Click Save.
2420

@@ -64,7 +60,7 @@ Exact steps may vary depending on the AI platform. Refer to your platform’s do
6460

6561
### Anthropic's Messages API
6662

67-
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.
63+
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.
6864

6965
### Copilot Studio
7066

0 commit comments

Comments
 (0)