From 2fbfa70499c3e86b6f9b3f5ccd8651fd270671da Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Tue, 14 Jul 2026 00:38:22 +0000 Subject: [PATCH] docs: add Runpod MCP server updates to June 2026 release notes --- release-notes.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/release-notes.mdx b/release-notes.mdx index c1dce41f..c235259f 100644 --- a/release-notes.mdx +++ b/release-notes.mdx @@ -31,10 +31,22 @@ description: "New features, fixes, and improvements for the Runpod platform." You can now request a GPU that's currently out of capacity and get notified by email when it becomes available. Runpod saves your pod configuration so you can deploy immediately when capacity returns. +

New Release Sign in with Runpod for the MCP server

+ + You can now connect AI coding agents to a hosted [Runpod MCP server](/get-started/mcp-servers) over HTTP and authenticate with the "Sign in with Runpod" OAuth flow, so you no longer need to store a Runpod API key on disk. Local connections that use an API key continue to work as before. + +

New Release Expanded MCP server tools and REST API v2

+ + The [Runpod MCP server](/get-started/mcp-servers) now covers more of the platform: you can run and manage Serverless jobs, discover GPU types and data centers, and manage tags, billing, and endpoint workers through natural language. List results are now paginated, and the server defaults to the Runpod REST API v2. Note that `create-endpoint` now takes an image name and GPU pool instead of a template ID; set `RUNPOD_REST_VERSION=v1` to keep the previous behavior. +

Improvement Hub navigation consolidated

Hub navigation items are now consolidated into a single unified entry, making it easier to find templates and repos. +

Improvement Guided install command for the MCP server

+ + Running `npx @runpod/mcp-server add` now detects your installed agents — Claude Code, Claude Desktop, Cursor, Windsurf, and VS Code — and writes the [MCP configuration](/get-started/mcp-servers) for each one you select. Run `remove` to undo those changes. +

Bug Fix Billing records now show correct data for deleted resources

SKU, region, and creation timestamps now appear correctly in [billing views and exports](/pods/pricing) for deleted Pods and network volumes.