Skip to content

Commit 6077c32

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Indeed, you can use any MCP client that can receive an access token and pass it
1818

1919
In this post, we will create a https://github.com/quarkiverse/quarkus-mcp-server[Quarkus MCP SSE Server] that requires authentication to access its tools.
2020

21-
We will use Keycloak to login and use a Keycloak JWT access token to access the server with `Quarkus MCP SSE Server Dev UI` in the dev mode.
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.
2222

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

0 commit comments

Comments
 (0)