Support custom sse port (#11)

fix: #10
Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/11
This commit is contained in:
hiifong
2025-04-01 08:07:47 +00:00
parent 592cf51c9b
commit d892b05048
4 changed files with 13 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ The Gitea MCP Server supports the following tools:
To enable debug mode, add the `-d` flag when running the Gitea MCP Server with sse mode:
```sh
./gitea-mcp -t sse --token <your personal access token> -d
./gitea-mcp -t sse [--port 8080] --token <your personal access token> -d
```
Enjoy exploring and managing your Gitea repositories via chat!