diff --git a/docs/my-website/docs/mcp.md b/docs/my-website/docs/mcp.md
index ef1ace9ebc..6b0ed067c5 100644
--- a/docs/my-website/docs/mcp.md
+++ b/docs/my-website/docs/mcp.md
@@ -1204,7 +1204,7 @@ mcp_servers:
scopes: ["public_repo", "user:email"]
```
-[**See Claude Code Tutorial**](./tutorials/claude_responses_api)
+[**See Claude Code Tutorial**](./tutorials/claude_responses_api#connecting-mcp-servers)
## Using your MCP with client side credentials
diff --git a/docs/my-website/img/mcp_updates.jpg b/docs/my-website/img/mcp_updates.jpg
new file mode 100644
index 0000000000..c53c735116
Binary files /dev/null and b/docs/my-website/img/mcp_updates.jpg differ
diff --git a/docs/my-website/release_notes/v1.77.7-stable/index.md b/docs/my-website/release_notes/v1.77.7-stable/index.md
index 3df30ae8da..6ad14fd66e 100644
--- a/docs/my-website/release_notes/v1.77.7-stable/index.md
+++ b/docs/my-website/release_notes/v1.77.7-stable/index.md
@@ -105,21 +105,14 @@ View the complete load testing script: [gist.github.com/AlexsanderHamir/no_cache
### MCP Oauth
+
+
+
+
This release adds support for OAuth 2.0 Client Credentials for MCP servers. This is great for **Internal Dev Tools** use-cases, as it enables your users to call MCP servers, with their own credentials. E.g. Allowing your developers to call the Github MCP, with their own credentials.
-Here's how to set it up today:
-```yaml title="config.yaml" showLineNumbers
-mcp_servers:
- github_mcp:
- url: "https://api.githubcopilot.com/mcp"
- auth_type: oauth2
- authorization_url: https://github.com/login/oauth/authorize
- token_url: https://github.com/login/oauth/access_token
- client_id: os.environ/GITHUB_OAUTH_CLIENT_ID
- client_secret: os.environ/GITHUB_OAUTH_CLIENT_SECRET
- scopes: ["public_repo", "user:email"]
-```
+[Set it up today on Claude Code](../../docs/tutorials/claude_responses_api#connecting-mcp-servers)
## New Models / Updated Models