Commit e6a0822
committed
Add scope clarification to auth framework documentation
Add an info admonition at the beginning of the auth framework concept
document to explicitly clarify that this documentation covers
client-to-MCP-server authentication, not MCP-server-to-backend
authentication.
This distinction helps readers understand:
- What is covered: How clients authenticate to the MCP server
- What is not covered: How MCP servers authenticate to external APIs
(e.g., GitHub MCP server authenticating to GitHub API)
The note indicates that MCP-server-to-backend authentication will be
covered in separate future documentation.1 parent 602ba0b commit e6a0822
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
12 | 25 | | |
13 | 26 | | |
14 | 27 | | |
| |||
0 commit comments