Initial commit

This commit is contained in:
2026-04-13 14:17:43 +09:00
commit 6bca7beb8e
37 changed files with 4318 additions and 0 deletions

15
.gemini/settings.json Normal file
View File

@@ -0,0 +1,15 @@
{
"mcpServers": {
"gitea": {
"command": "npx",
"args": [
"-y",
"@andrebuzeli/git-mcp@latest"
],
"env": {
"GITEA_HOST": "https://gitea.hmac.kr",
"GITEA_ACCESS_TOKEN": "0318de8265b9cbabc5e70773e94c59807ec3ad8a"
}
}
}
}