From d48e233fbafe255ea522a9768a6fad75741a0f51 Mon Sep 17 00:00:00 2001 From: yp05327 <576951401@qq.com> Date: Tue, 25 Mar 2025 04:26:47 +0000 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e38147d..88423f9 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ The Gitea MCP Server supports the following tools: |delete_branch|Branch|Delete a branch| |list_branches|Branch|List all branches in a repository| |list_repo_commits|Commit|List all commits in a repository| -|get_file|File|Get the content of a file| +|get_file_content|File|Get the content and metadata of a file| |create_file|File|Create a new file| |update_file|File|Update an existing file| |delete_file|File|Delete a file|