You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/host-integration.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ flowchart LR
64
64
-**Local MCP Server**: An MCP Server running locally, side-by-side with the Application.
65
65
-**Remote MCP Server**: An MCP Server running remotely, accessed via the internet. Most Remote MCP Servers require authentication via OAuth.
66
66
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).
68
68
69
69
>[!NOTE]
70
70
>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
84
84
>The Remote GitHub MCP Server itself does not provide Authentication services.
85
85
>Your client application must obtain valid GitHub access tokens through one of the supported methods.
86
86
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.