Skip to content

Commit 7a2043b

Browse files
committed
Add space before pipe
1 parent c806e1e commit 7a2043b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ You can also test SSE functionality manually using cURL:
110110
```bash
111111
SESSION_ID=$(curl -D - -s -o /dev/null -X POST http://localhost:9393 \
112112
-H "Content-Type: application/json" \
113-
-d '{"jsonrpc":"2.0","method":"initialize","id":1,"params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"curl-test","version":"1.0"}}}' |grep -i "Mcp-Session-Id:" | cut -d' ' -f2- | tr -d '\r')
113+
-d '{"jsonrpc":"2.0","method":"initialize","id":1,"params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"curl-test","version":"1.0"}}}' | grep -i "Mcp-Session-Id:" | cut -d' ' -f2- | tr -d '\r')
114114
```
115115

116116
2. Connect to SSE stream (in one terminal):

0 commit comments

Comments
 (0)