Skip to content

Commit de4f14e

Browse files
Update _posts/2025-04-23-secure-mcp-sse-server.adoc
Co-authored-by: Clement Escoffier <clement.escoffier@gmail.com>
1 parent 595be6f commit de4f14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Open another window and use the same access token to post a tool call request to
169169

170170
[source,shell]
171171
----
172-
url -v -H "Authorization: Bearer ey..." -H "Content-Type: application/json" --data @call.json http://localhost:8080/mcp/messages/ZTZjZDE5MzItZDE1ZC00NzBjLTk0ZmYtYThiYTgwNzI1MGJ
172+
curl -v -H "Authorization: Bearer ey..." -H "Content-Type: application/json" --data @call.json http://localhost:8080/mcp/messages/ZTZjZDE5MzItZDE1ZC00NzBjLTk0ZmYtYThiYTgwNzI1MGJ
173173
----
174174

175175
where the `call.json` file looks like this:

0 commit comments

Comments
 (0)