docs(mcp): enable the MCP subchart on self-managed#2541
Open
ash0ts wants to merge 1 commit intoanish/docs-mcp-server-reworkfrom
Open
docs(mcp): enable the MCP subchart on self-managed#2541ash0ts wants to merge 1 commit intoanish/docs-mcp-server-reworkfrom
ash0ts wants to merge 1 commit intoanish/docs-mcp-server-reworkfrom
Conversation
Add an "Enable the MCP server" section to the operator guide so self-managed operators can turn on the mcp-server subchart shipped in operator-wandb 0.42.1. Covers prerequisites (chart >= 0.42.1, weave-trace required, ingress reachable, node headroom), a minimal CR patch, in-cluster and ingress health checks, a pointer to the user-facing /platform/mcp-server page for client setup, and a short troubleshooting table. Stacked on anish/docs-mcp-server-rework (PR #2531), which is scoped to end-user content and explicitly excludes operator-side Helm/chart instructions. Refs: wandb/helm-charts#571, wandb/helm-charts#590 Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Stacked on top of #2531 (
anish/docs-mcp-server-rework). Adds one new## Enable the MCP serversection toplatform/hosting/self-managed/operator.mdxso self-managed operators can turn on themcp-serversubchart shipped inoperator-wandb0.42.1.The parent PR rewrites the end-user MCP page (
platform/mcp-server.mdx) and explicitly keeps "Helm values, operator chart versions, subchart names, or cluster-admin instructions" out of scope. This PR fills that gap on the operator side only.What this adds
A single section between
### Verify the installationand## Environment-specific considerations, with:<global.host>/mcpexposes, and a pointer to/platform/mcp-serverfor client setup.0.42.1+,weave-trace.install: true(hard fail-guard in the chart), ingress reachable atglobal.host, node headroom for default resource requests (500mCPU /1Gimemory).WeightsAndBiasesCR./mcp/healthplus the same check through the ingress./platform/mcp-server.Pendingdue to resource requests, ingress 404 on/mcp, and image pull failures in air-gapped / mirrored clusters.What this deliberately omits
platform/mcp-server.mdx(handled by docs(mcp): rework MCP server page for users #2531), localizedfr/ja/kocopies (translation pipeline re-syncs from English), ordocs.jsonnav (no new page).Source references
mcp-serversubchart defaults:charts/operator-wandb/values.yamllines 2845-2894.weave-trace.install:charts/operator-wandb/templates/_mcp.tpllines 7-11.0.42.1: feat(MCP-32): Add MCP Server subchart for dedicated deployments helm-charts#571 (introduces the subchart) and fix(MCP-32): correct subchart-scope value access in wandb.mcpEnvs helm-charts#590 (scope fix inwandb.mcpEnvs).Test plan
mint devrendersplatform/hosting/self-managed/operator.mdxwithout warnings.Enable the MCP serversection appears in the right-rail TOC, between "Verify the installation" and "Environment-specific considerations"./platform/mcp-serverand/platform/hosting/self-managed/on-premises-deployments/kubernetes-airgappedresolve.#enable-the-mcp-serveris linkable from the parent PR's Dedicated/Self-Managed card once both merge.Made with Cursor