Skip to content

Remove separate MCP port in favor of REST endpoint /v1/mcp#324

Merged
g-despot merged 1 commit into
mcpfrom
mcp-rest-integration
Apr 7, 2026
Merged

Remove separate MCP port in favor of REST endpoint /v1/mcp#324
g-despot merged 1 commit into
mcpfrom
mcp-rest-integration

Conversation

@g-despot
Copy link
Copy Markdown
Contributor

@g-despot g-despot commented Mar 24, 2026

Summary

  • Aligns helm chart with weaviate/weaviate#10847 which moves MCP from a dedicated port (9000) to the main REST API at /v1/mcp
  • Removes the separate MCP Kubernetes service (weaviateServiceMCP.yaml), MCP_SERVER_PORT env var, and MCP container port
  • Retains MCP_SERVER_ENABLED, MCP_SERVER_WRITE_ACCESS_ENABLED, and MCP_SERVER_CONFIG_PATH configuration

Aligns with weaviate/weaviate#10847 which moves the MCP server from a
dedicated port (9000) onto the main REST API at /v1/mcp. This removes
the separate MCP service, MCP_SERVER_PORT env var, and MCP container
port since MCP now inherits the existing REST port.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@g-despot g-despot requested a review from a team as a code owner March 24, 2026 08:11
Copy link
Copy Markdown

@orca-security-eu orca-security-eu Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca

g-despot added a commit to weaviate/weaviate-local-k8s that referenced this pull request Mar 24, 2026
MCP server now runs on the main Weaviate REST port at /v1/mcp instead
of a dedicated port 9000. Removes MCP_PORT_FORWARDED variable and the
separate MCP service port forwarding since MCP is accessible through
the existing Weaviate port forward.

Depends on weaviate/weaviate-helm#324

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@g-despot g-despot merged commit 54f35e0 into mcp Apr 7, 2026
3 of 4 checks passed
@g-despot g-despot deleted the mcp-rest-integration branch April 7, 2026 07:53
jfrancoa pushed a commit to weaviate/weaviate-local-k8s that referenced this pull request Apr 13, 2026
MCP server now runs on the main Weaviate REST port at /v1/mcp instead
of a dedicated port 9000. Removes MCP_PORT_FORWARDED variable and the
separate MCP service port forwarding since MCP is accessible through
the existing Weaviate port forward.

Depends on weaviate/weaviate-helm#324

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jfrancoa pushed a commit to weaviate/weaviate-local-k8s that referenced this pull request Apr 13, 2026
MCP server now runs on the main Weaviate REST port at /v1/mcp instead
of a dedicated port 9000. Removes MCP_PORT_FORWARDED variable and the
separate MCP service port forwarding since MCP is accessible through
the existing Weaviate port forward.

Depends on weaviate/weaviate-helm#324

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jfrancoa pushed a commit to weaviate/weaviate-local-k8s that referenced this pull request Apr 13, 2026
MCP server now runs on the main Weaviate REST port at /v1/mcp instead
of a dedicated port 9000. Removes MCP_PORT_FORWARDED variable and the
separate MCP service port forwarding since MCP is accessible through
the existing Weaviate port forward.

Depends on weaviate/weaviate-helm#324

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant