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: _posts/2025-04-25-secure-mcp-sse-server.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ In this post, we will create a https://github.com/quarkiverse/quarkus-mcp-server
20
20
21
21
We will first use Keycloak as an OpenID Connect provider to login and use a Keycloak JWT access token to access the server with `Quarkus MCP SSE Server Dev UI` in the dev mode.
22
22
23
-
We will use GitHub to login and use a GitHub binary access token to access the server in the prod mode with both https://modelcontextprotocol.io/docs/tools/inspector[MCP inspector] and the `curl` tools.
23
+
Secondly we will show how to use GitHub OAuth2 to login and use a GitHub binary access token to access the server in the prod mode with both https://modelcontextprotocol.io/docs/tools/inspector[MCP inspector] and the `curl` tools.
24
24
25
25
[[initial-mcp-server]]
26
26
== Step 1 - Create an MCP server using the SSE transport
0 commit comments