Skip to content

Commit 22f1a6f

Browse files
committed
Update MCP note
1 parent 4fbba5d commit 22f1a6f

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

_includes/feature-notes/mcp.mdx‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
:::info Added in `v1.38`
2+
:::

docs/weaviate/configuration/mcp-server.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ faq:
2222
import Tabs from "@theme/Tabs";
2323
import TabItem from "@theme/TabItem";
2424

25-
:::info Generally available
26-
The built-in Weaviate MCP server is generally available as of `v1.38` (introduced as a preview in `v1.37.1`). Its enable flags are runtime-configurable from `v1.38` — see [Environment variables](#environment-variables).
27-
:::
25+
import MCPPreview from "/_includes/feature-notes/mcp.mdx";
26+
27+
<MCPPreview />
2828

2929
The Weaviate [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server is an implementation of the open standard that enables Large Language Models (LLMs) to interact securely with your Weaviate instance.
3030

0 commit comments

Comments
 (0)