Skip to content

Commit cc1ce0c

Browse files
committed
fix: typo
1 parent d94b995 commit cc1ce0c

File tree

2 files changed

+4
-4
lines changed
  • examples
    • hello-world-server-core-streamable-http
    • hello-world-server-streamable-http

2 files changed

+4
-4
lines changed

examples/hello-world-server-core-streamable-http/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ This project showcases a fundamental MCP server implementation, highlighting the
88
[rust-mcp-sdk](https://github.com/rust-mcp-stack/rust-mcp-sdk) with these features:
99

1010
- Streamable HTTP transport
11-
- SSE transport (for backward compability)
11+
- SSE transport (for backward compatibility)
1212
- Custom server handler
1313
- Basic server capabilities
1414

15-
💡 By default, both **Streamable HTTP** and **SSE** transports are enabled for backward compability.
15+
💡 By default, both **Streamable HTTP** and **SSE** transports are enabled for backward compatibility.
1616
To disable the SSE transport, set the `sse_support` value in the `HyperServerOptions` accordingly:
1717

1818
```rs

examples/hello-world-server-streamable-http/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ A basic MCP server implementation using SSE transport, featuring two custom tool
77
This project showcases a fundamental MCP server implementation, highlighting the capabilities of [rust-mcp-sdk](https://github.com/rust-mcp-stack/rust-mcp-sdk) with these features:
88

99
- Streamable HTTP transport
10-
- SSE transport (for backward compability)
10+
- SSE transport (for backward compatibility)
1111
- Custom server handler
1212
- Basic server capabilities
1313

14-
💡 By default, both **Streamable HTTP** and **SSE** transports are enabled for backward compability.
14+
💡 By default, both **Streamable HTTP** and **SSE** transports are enabled for backward compatibility.
1515
To disable the SSE transport, set the `sse_support` value in the `HyperServerOptions` accordingly:
1616

1717
```rs

0 commit comments

Comments
 (0)