File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -257,10 +257,11 @@ MCP is an open protocol that standardizes how applications provide context to LL
257
257
258
258
### Connecting via MCP
259
259
260
- The Crawl4AI server exposes two MCP endpoints:
260
+ The Crawl4AI server exposes three MCP endpoints:
261
261
262
262
- **Server-Sent Events (SSE)**: `http://localhost:11235/mcp/sse`
263
263
- **WebSocket**: `ws://localhost:11235/mcp/ws`
264
+ - **Streamable_http**: `http://localhost:11235/mcp/http`
264
265
265
266
### Using with Claude Code
266
267
@@ -297,6 +298,13 @@ You can test the MCP WebSocket connection using the test file included in the re
297
298
python tests/mcp/test_mcp_socket.py
298
299
` ` `
299
300
301
+ You can test the MCP streamable_http connection using the test file included in the repository:
302
+
303
+ ` ` ` bash
304
+ # From the repository root
305
+ python tests/mcp/test_mcp_http.py
306
+ ` ` `
307
+
300
308
# ## MCP Schemas
301
309
302
310
Access the MCP tool schemas at ` http://localhost:11235/mcp/schema` for detailed information on each tool' s parameters and capabilities.
Original file line number Diff line number Diff line change @@ -257,10 +257,11 @@ MCP is an open protocol that standardizes how applications provide context to LL
257
257
258
258
### Connecting via MCP
259
259
260
- The Crawl4AI server exposes two MCP endpoints:
260
+ The Crawl4AI server exposes three MCP endpoints:
261
261
262
262
- **Server-Sent Events (SSE)**: `http://localhost:11235/mcp/sse`
263
263
- **WebSocket**: `ws://localhost:11235/mcp/ws`
264
+ - **Streamable_http**: `http://localhost:11235/mcp/http`
264
265
265
266
### Using with Claude Code
266
267
@@ -297,6 +298,13 @@ You can test the MCP WebSocket connection using the test file included in the re
297
298
python tests/mcp/test_mcp_socket.py
298
299
` ` `
299
300
301
+ You can test the MCP streamable_http connection using the test file included in the repository:
302
+
303
+ ` ` ` bash
304
+ # From the repository root
305
+ python tests/mcp/test_mcp_http.py
306
+ ` ` `
307
+
300
308
# ## MCP Schemas
301
309
302
310
Access the MCP tool schemas at ` http://localhost:11235/mcp/schema` for detailed information on each tool' s parameters and capabilities.
You can’t perform that action at this time.
0 commit comments