Initial commit: Gitea MCP Server

This commit is contained in:
2026-04-10 21:57:19 -07:00
commit 1f27844dce
119 changed files with 25001 additions and 0 deletions
+58
View File
@@ -0,0 +1,58 @@
# Compiled binaries
gitea-mcp
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
# Build artifacts
dist/
build/
bin/
release/
# Go specific
*.o
*.a
*.log
vendor/
Godeps/
go.work
go.work.sum
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Test artifacts
*.tmp
tmp/
temp/
coverage.out
coverage.html
*.cover
# Environment files
.env
.env.local
.env.*.local
*.env
# Debug
debug/
__debug_bin
# OS
Thumbs.db
# MCP config files (may contain sensitive tokens)
mcp/config.json
config.json
.sisyphus/