Skip to content

Commit 4fbba5d

Browse files
g-despotclaude
andcommitted
docs: mark Weaviate MCP server GA as of v1.38
The built-in MCP server is generally available as of v1.38 (introduced as a preview in v1.37.1); enable flags are runtime-configurable from v1.38. Replaces the preview admonition with a GA availability note, updates the FAQ wording, and removes the now-unused preview include. Aligns the docs with the 1.38 release announcement (weaviate-io#3636). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 6ea8799 commit 4fbba5d

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

_includes/feature-notes/mcp.mdx

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/weaviate/configuration/mcp-server.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image: og/docs/configuration.jpg
55
faq:
66
- question: Does Weaviate offer an MCP server?
77
answer: >-
8-
Yes. Weaviate ships a built-in Model Context Protocol (MCP) server (preview, available from v1.37.1). Enable it with the MCP_SERVER_ENABLED=true environment variable; it runs on the same port as the REST API at /v1/mcp.
8+
Yes. Weaviate ships a built-in Model Context Protocol (MCP) server (generally available as of v1.38; introduced in v1.37.1). Enable it with the MCP_SERVER_ENABLED=true environment variable; it runs on the same port as the REST API at /v1/mcp.
99
- question: Is the MCP server an external library?
1010
answer: >-
1111
No — it's built into the Weaviate Server binary, not a separate package you install. Setting MCP_SERVER_ENABLED=true exposes the MCP endpoint on the same port as the REST API; nothing extra to run or deploy. The separate "Weaviate Docs MCP server" (Kapa-powered, serves documentation to LLMs) is a distinct product.
@@ -22,9 +22,9 @@ faq:
2222
import Tabs from "@theme/Tabs";
2323
import TabItem from "@theme/TabItem";
2424

25-
import MCPPreview from "/_includes/feature-notes/mcp.mdx";
26-
27-
<MCPPreview />
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+
:::
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)