Commit Graph

2 Commits

Author SHA1 Message Date
70164361c9 fix: isolate config tests from project environment
- Set PWD in monkeypatch to prevent _find_project_directory() from finding the real project
- Explicitly delete GITEA_REPO from environment in all config tests
- All 82 tests now pass (was 78/82)
2026-02-08 18:01:36 -05:00
2b32387864 feat: scaffold gitea-mcp package with module rename
- Copied source from leo-claude-mktplace/mcp-servers/gitea/ v1.0.0
- Renamed module: mcp_server → gitea_mcp (all imports updated)
- Created pyproject.toml for standalone package identity
- Preserved all existing tools and test suite
- MCP SDK imports unchanged

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 15:41:46 -05:00