Skip to content

Commit 5963ed8

Browse files
committed
Merge remote-tracking branch 'origin/main' into lulu/tool-descriptions
2 parents 3472483 + fc11713 commit 5963ed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/host-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ flowchart LR
6464
- **Local MCP Server**: An MCP Server running locally, side-by-side with the Application.
6565
- **Remote MCP Server**: An MCP Server running remotely, accessed via the internet. Most Remote MCP Servers require authentication via OAuth.
6666

67-
For more detail, see the [official MCP specification](https://modelcontextprotocol.io/specification/draft).
67+
For more detail, see the [official MCP specification](https://modelcontextprotocol.io/specification/2025-06-18).
6868

6969
> [!NOTE]
7070
> GitHub offers both a Local MCP Server and a Remote MCP Server.
@@ -84,7 +84,7 @@ For the Remote GitHub MCP Server, the recommended way to obtain a valid access t
8484
> The Remote GitHub MCP Server itself does not provide Authentication services.
8585
> Your client application must obtain valid GitHub access tokens through one of the supported methods.
8686
87-
The expected flow for obtaining a valid access token via OAuth is depicted in the [MCP Specification](https://modelcontextprotocol.io/specification/draft/basic/authorization#authorization-flow-steps). For convenience, we've embedded a copy of the authorization flow below. Please study it carefully as the remainder of this document is written with this flow in mind.
87+
The expected flow for obtaining a valid access token via OAuth is depicted in the [MCP Specification](https://modelcontextprotocol.io/specification/2025-06-18/basic/authorization#authorization-flow-steps). For convenience, we've embedded a copy of the authorization flow below. Please study it carefully as the remainder of this document is written with this flow in mind.
8888

8989
```mermaid
9090
sequenceDiagram

0 commit comments

Comments
 (0)