Skip to content

Commit a5ede67

Browse files
committed
docs: updated docs to reflect stramable http mcp support (ref #59)
1 parent 998c316 commit a5ede67

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/mcp.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,22 @@ using:
1919
- task
2020

2121
mcp:
22+
# for stdio based mcp servers
2223
memory:
2324
command: npx
2425
args: ["-y", "@modelcontextprotocol/server-memory"]
2526

2627
filesystem:
2728
command: npx
2829
args: ["-y", "@modelcontextprotocol/server-filesystem", "."]
30+
31+
# SSE
32+
example_sse:
33+
url: http://localhost:9090/
34+
35+
# Streamable HTTP
36+
example_streamable_http:
37+
url: stream://localhost:8080/example
2938
```
3039
3140
You can connect to any of the [publicly available MCP servers](https://github.com/punkpeye/awesome-mcp-servers), or define your own custom tools.

0 commit comments

Comments
 (0)