From 08045538bff201de5153465f0866f20c624ba6eb Mon Sep 17 00:00:00 2001 From: b3nw Date: Sun, 13 Jul 2025 12:28:57 -0500 Subject: [PATCH] Add releases directory with documentation --- releases/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 releases/README.md diff --git a/releases/README.md b/releases/README.md new file mode 100644 index 0000000..f5b6927 --- /dev/null +++ b/releases/README.md @@ -0,0 +1,24 @@ +# Releases + +## v0.5.0-combined - Network Mode + +This directory contains binary releases for the combined server implementation. + +### Features +- Network mode with both HTTP and SSE endpoints available simultaneously +- HTTP endpoint on specified port (/mcp) +- SSE endpoint on port+1 (/sse) +- Backward compatibility with stdio, http, sse modes + +### Usage +```bash +# Download and make executable +chmod +x gitea-mcp-combined + +# Start network mode +./gitea-mcp-combined -t network --host https://gitea.ext.ben.io --token --port 8080 +``` + +### Endpoints +- HTTP: http://localhost:8080/mcp +- SSE: http://localhost:8081/sse \ No newline at end of file