Skip to content

Commit 8f63243

Browse files
authored
chore: Update README.md
1 parent d8ac0e0 commit 8f63243

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ A Model Context Protocol (MCP) server that provides tools for interacting with [
55
> **Upgrade Notice:**
66
77
- v5 has introduced several breaking changes:
8-
- this server support for both `stdio` and `sse` transport interfaces. It now solely exposes a [Streamable HTTP endpoint](https://modelcontextprotocol.io/specification/draft/basic/transports#streamable-http) at the `/mcp` route. If you require sse/stdio, downgrade to v4
8+
- support has been dropped for both `stdio` and `sse` transport interfaces. This server now solely exposes a [Streamable HTTP endpoint](https://modelcontextprotocol.io/specification/draft/basic/transports#streamable-http) at the `/mcp` route. If you require sse/stdio, downgrade to v4
99
- the `--port` CLI flag has been migrated to an environment variable, `OUTLINE_MCP_PORT`
10+
- Minmum node version has been bumped to 20
1011

1112
## Features
1213

0 commit comments

Comments
 (0)