Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions platform/mcp-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Before you configure any client, make sure you have the following in place:
- Create a W&B API key at [wandb.ai/authorize](https://wandb.ai/authorize).
- Set the key as the `WANDB_API_KEY` environment variable, or pass it to your client as a bearer token.
- For Dedicated Cloud, Self-Managed, and local installs against a non-default instance, set the `WANDB_BASE_URL` environment variable to your instance URL.
- W&B pins the `mcp` SDK to [1.14.0](https://pypi.org/project/mcp/1.14.0/), release `2024-11-05`. Clients must connect using `mcp` SDK 1.14.x. For streamable HTTP support in W&B Dedicated Cloud, `mcp` SDK 1.14.x release `2025-03-26` or newer is required.

## Use the hosted server

Expand Down
Loading