From 4917cb132813ade602a3084f5549ea38063e36c6 Mon Sep 17 00:00:00 2001 From: hiifong Date: Sun, 23 Mar 2025 14:59:10 +0800 Subject: [PATCH] Update --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8a7ea50..c45969a 100644 --- a/README.md +++ b/README.md @@ -79,4 +79,11 @@ Once everything is set up, try typing the following in your MCP-compatible chatb list all my repositories ``` +## 🐛 Debugging + +To enable debug mode, add the `-d` flag when running the Gitea MCP Server with sse mode: +```sh +./gitea-mcp -t sse --token -d +``` + Enjoy exploring and managing your Gitea repositories via chat!