Skip to content

Commit 25e347b

Browse files
Update _posts/2025-04-25-secure-mcp-sse-server.adoc
Co-authored-by: Max Rydahl Andersen <[email protected]>
1 parent 6077c32 commit 25e347b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-04-25-secure-mcp-sse-server.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In this post, we will create a https://github.com/quarkiverse/quarkus-mcp-server
2020

2121
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.
2222

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.
2424

2525
[[initial-mcp-server]]
2626
== Step 1 - Create an MCP server using the SSE transport

0 commit comments

Comments
 (0)