Add releases directory with documentation
This commit is contained in:
24
releases/README.md
Normal file
24
releases/README.md
Normal file
@@ -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 <token> --port 8080
|
||||||
|
```
|
||||||
|
|
||||||
|
### Endpoints
|
||||||
|
- HTTP: http://localhost:8080/mcp
|
||||||
|
- SSE: http://localhost:8081/sse
|
||||||
Reference in New Issue
Block a user