Skip to content

Commit 4012979

Browse files
committed
BREAKING CHANGE: feat(server): Migrate SSE and STDIO transports to single Streamble HTTP endpoint
BREAKING CHANGE: chore(deps): Updated minimum node version to 20 BREAKING CHANGE: refactor(args): Removed --port CLI flag in favor of OUTLINE_MCP_PORT env var chore(deps): updated dependencies across the package chore(test): removed busted janky e2e tests until they can be rewritten against mcp-inspector's CLI as integ perf(server): swapped out node runtime with bun for bin
1 parent 62c0b4c commit 4012979

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
A Model Context Protocol (MCP) server that provides tools for interacting with [Outline](https://www.getoutline.com/)'s API, enabling AI agents to manage documents, collections, and other entities programmatically through the Outline knowledge base platform.
44

5-
> **Upgrade Notice:** As of v5, this server no longer provides an `stdio` or `sse` interface and 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
5+
> **Upgrade Notice:**
6+
7+
- 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
9+
- the `--port` CLI flag has been migrated to an environment variable, `OUTLINE_MCP_PORT`
610

711
## Features
812

0 commit comments

Comments
 (0)