Skip to content

Commit db6dbe2

Browse files
committed
fix: update MCP Authentication specification links to the correct authorization path
Closes MCP Auth Spec link is page not found #4
1 parent 139f161 commit db6dbe2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

exercises/03.auth-info/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ sequenceDiagram
7474
- Use introspection to power user-specific features and permissions.
7575

7676
- 📜 [OAuth 2.0 Token Introspection Spec](https://datatracker.ietf.org/doc/html/rfc7662)
77-
- 📜 [MCP Auth Spec](https://modelcontextprotocol.io/specification/2025-06-18/client/auth)
77+
- 📜 [MCP Auth Spec](https://modelcontextprotocol.io/specification/2025-06-18/basic/authorization)

exercises/05.scopes/01.problem.check-scopes/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Once you have the scope validation utilities in place, you'll also need to add a
3939

4040
This approach means users will only see the tools and features they're actually authorized to use, creating a smooth and intuitive experience that matches their permission level.
4141

42-
📜 For more details on OAuth scopes and how they work in MCP servers, see the [OAuth 2.0 Scopes RFC](https://tools.ietf.org/html/rfc6749#section-3.3) and the [MCP Authentication Specification](https://modelcontextprotocol.io/specification/2025-06-18/server/auth).
42+
📜 For more details on OAuth scopes and how they work in MCP servers, see the [OAuth 2.0 Scopes RFC](https://tools.ietf.org/html/rfc6749#section-3.3) and the [MCP Authentication Specification](https://modelcontextprotocol.io/specification/2025-06-18/basic/authorization).
4343

4444
<callout-danger>
4545
At the time of this writing, there is a bug in the Cloudflare `McpAgent` that

exercises/05.scopes/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ In this exercise, you'll learn how to:
123123
You'll also explore how to structure your scope validation logic for maintainability and how to provide clear error messages that help both developers and end users understand permission requirements.
124124

125125
- 📜 [OAuth 2.0 Scopes RFC](https://tools.ietf.org/html/rfc6749#section-3.3)
126-
- 📜 [MCP Authentication Specification](https://modelcontextprotocol.io/specification/2025-06-18/server/auth)
126+
- 📜 [MCP Authentication Specification](https://modelcontextprotocol.io/specification/2025-06-18/basic/authorization)

exercises/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ We'll be building a secure version of **EpicMe**, a personal journaling applicat
4747

4848
This workshop uses the
4949
[OAuth 2.0 standard](https://tools.ietf.org/html/rfc6749) and follows the
50-
[MCP Authentication specification](https://modelcontextprotocol.io/specification/2025-06-18/server/auth),
50+
[MCP Authentication specification](https://modelcontextprotocol.io/specification/2025-06-18/basic/authorization),
5151
ensuring your skills transfer to any OAuth-compatible system.
5252

5353
We'll be using:

0 commit comments

Comments
 (0)