fix README lint

This commit is contained in:
yp05327
2025-03-18 07:08:23 +00:00
parent c34145ac3d
commit 6b7fd53c4d

View File

@@ -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: You can download the source code by cloning the repository using Git:
``` ```bash
git clone https://gitea.com/gitea/gitea-mcp.git 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] > [!NOTE]
> You can provide your Gitea host and access token either as command-line arguments or environment variables. > 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: Once everything is set up, try typing the following in your MCP-compatible chatbox:
``` ```text
list all my repositories list all my repositories
``` ```