mirror of
				https://gitea.com/gitea/gitea-mcp.git
				synced 2025-10-30 01:41:50 +00:00 
			
		
		
		
	Update operation/repo/file.go
This commit is contained in:
		| @@ -64,7 +64,7 @@ var ( | |||||||
| 		mcp.WithString("repo", mcp.Required(), mcp.Description("repository name")), | 		mcp.WithString("repo", mcp.Required(), mcp.Description("repository name")), | ||||||
| 		mcp.WithString("filePath", mcp.Required(), mcp.Description("file path")), | 		mcp.WithString("filePath", mcp.Required(), mcp.Description("file path")), | ||||||
| 		mcp.WithString("sha", mcp.Required(), mcp.Description("sha is the SHA for the file that already exists")), | 		mcp.WithString("sha", mcp.Required(), mcp.Description("sha is the SHA for the file that already exists")), | ||||||
| 		mcp.WithString("content", mcp.Required(), mcp.Description("file content, base64 encoded")), | 		mcp.WithString("content", mcp.Required(), mcp.Description("file content")), | ||||||
| 		mcp.WithString("message", mcp.Required(), mcp.Description("commit message")), | 		mcp.WithString("message", mcp.Required(), mcp.Description("commit message")), | ||||||
| 		mcp.WithString("branch_name", mcp.Required(), mcp.Description("branch name")), | 		mcp.WithString("branch_name", mcp.Required(), mcp.Description("branch name")), | ||||||
| 	) | 	) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user