From 6b7fd53c4daa25fc3479111187f37f8aedcd2f8f Mon Sep 17 00:00:00 2001 From: yp05327 <576951401@qq.com> Date: Tue, 18 Mar 2025 07:08:23 +0000 Subject: [PATCH] fix README lint --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12c7e51..2ff5a72 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ There is currently no official release. You will need to build the Gitea MCP Ser You can download the source code by cloning the repository using Git: -``` +```bash git clone https://gitea.com/gitea/gitea-mcp.git ``` @@ -55,12 +55,13 @@ To configure the MCP server for Gitea, add the following to your MCP configurati } } ``` + > [!NOTE] > You can provide your Gitea host and access token either as command-line arguments or environment variables. Once everything is set up, try typing the following in your MCP-compatible chatbox: -``` +```text list all my repositories ```