Skip to content

Commit 1b19d5f

Browse files
feat(plugin-mcp): out of beta (#15711)
Removes beta flag from package.
1 parent 38b8c68 commit 1b19d5f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

docs/plugins/mcp.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ keywords: plugins, mcp, ai, model context protocol, plugin, payload, cms
88

99
![https://www.npmjs.com/package/@payloadcms/plugin-mcp](https://img.shields.io/npm/v/@payloadcms/plugin-mcp)
1010

11-
<Banner type="warning">
12-
This plugin is currently in Beta and may have breaking changes in future
13-
releases.
14-
</Banner>
15-
1611
This plugin adds [Model Context Protocol](https://modelcontextprotocol.io/docs/getting-started/intro) capabilities.
1712

1813
<Banner type="info">

packages/plugin-mcp/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export type { MCPAccessSettings }
1818
* The MCP Plugin for Payload. This plugin allows you to add MCP capabilities to your Payload project.
1919
*
2020
* @param pluginOptions - The options for the MCP plugin.
21-
* @experimental This plugin is experimental and may change in the future.
2221
*/
2322
export const mcpPlugin =
2423
(pluginOptions: PluginMCPServerConfig) =>

0 commit comments

Comments
 (0)