refactor: rename all gitcoffee references to gitea-mcp

This commit is contained in:
2026-04-10 22:18:46 -07:00
parent 6d8def4f67
commit a8a71e7c87
3 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ func TestErrorTranslation_CreateCommitStatus(t *testing.T) {
translated := gitea_errors.TranslateError(err, map[string]string{
"operation": "CreateCommitStatus",
"owner": "karti-ai",
"repo": "gitcoffee",
"repo": "gitea-mcp",
"sha": "248ade7a9c...",
"state": "success",
"context": "ci/metal",
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
BINARY_DIR="${HOME}/.cache/gitcoffee-mcp"
BINARY_DIR="${HOME}/.cache/gitea-mcp-mcp"
BINARY="$BINARY_DIR/gitea-mcp"
mkdir -p "$BINARY_DIR"