You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,16 @@
1
1
# Outline MCP Server
2
2
3
3
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.
4
-
## 🚨 __**Upgrade Notice:**__ v5 has introduced several breaking changes: 🚨
5
-
- 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
6
-
- the `--port` CLI flag has been migrated to an environment variable, `OUTLINE_MCP_PORT`
7
-
- Minimum node version has been bumped to 20
4
+
5
+
## 🚨 \***\*Upgrade Notice:\*\*** v5 has introduced several breaking changes: 🚨
6
+
7
+
- support has been dropped for the `stdio` transport interfaces.
8
+
- This server now exposes:
9
+
- a [Streamable-HTTP endpoint](https://modelcontextprotocol.io/specification/draft/basic/transports#streamable-http) at the `/mcp` route.
10
+
- an SSE endpoint at `/sse`
11
+
- If you require stdio, downgrade to v4
12
+
- the `--port` CLI flag has been migrated to an environment variable, `OUTLINE_MCP_PORT`
0 commit comments