Skip to content

Commit 47339c0

Browse files
authored
Merge pull request modelcontextprotocol#750 from modelcontextprotocol/davidsp/fix-endpoint
authorization: Fix endpoint path
2 parents eb02b2a + c7f3ef4 commit 47339c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/draft/basic/authorization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ even if they are part of the same logical session.
214214
Example request:
215215

216216
```http
217-
GET /v1/contexts HTTP/1.1
217+
GET /mcp HTTP/1.1
218218
Host: mcp.example.com
219219
Authorization: Bearer eyJhbGciOiJIUzI1NiIs...
220220
```

0 commit comments

Comments
 (0)