Commit Graph

4 Commits

Author SHA1 Message Date
a-limasov-ii 50cd8e85e6 chore: add uv.lock for reproducible dependency resolution 2026-06-02 10:01:02 +03:00
a-limasov-ii 8146f0c135 fix(pyproject): mark as non-package project (package = false)
Removes hatchling build-system — this is a script project, not a
Python library, so uv should only manage the virtualenv dependencies.
2026-06-02 09:58:56 +03:00
a-limasov-ii 97339fc79c Add .gitattributes for consistent LF line endings 2026-06-02 08:33:12 +03:00
a-limasov-ii 781439bbdb Initial commit: Gitea MCP server with 62 tools
- Full Gitea REST API coverage for repos, issues, PRs, branches,
  files, releases, webhooks, orgs, notifications
- Multi-instance support via config.json
- pyproject.toml with pinned dependencies (mcp[cli], httpx)
- config.example.json as credentials template (config.json is gitignored)
2026-06-02 08:31:39 +03:00