Skip to content

Commit 6f2dbd1

Browse files
authored
Merge pull request #453 from weaviate/docs/mcp-server-ga
docs: mark Weaviate MCP server GA as of v1.38
2 parents 2712fcf + 22f1a6f commit 6f2dbd1

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

_includes/feature-notes/mcp.mdx

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

_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: 1 addition & 1 deletion
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.

0 commit comments

Comments
 (0)