a6162a855c
- pytest + respx + pytest-cov added as dev dependencies - tests/smoke/test_registration.py: verify all 66 tools registered and unique - tests/unit/: 12 files covering every tool — HTTP method, URL, params/body, errors - tests/config.test.json + conftest.py: zero-network test setup via GITEA_CONFIG - CLAUDE.md: developer guide with testing philosophy, pyramid, and commands - server/gitea_mcp.py: get_commit, list_pr_files tools added - README.md: tool count corrected to 66
10 lines
142 B
JSON
10 lines
142 B
JSON
{
|
|
"instances": {
|
|
"default": {
|
|
"url": "https://gitea.test",
|
|
"token": "test-token-abc123"
|
|
}
|
|
},
|
|
"default": "default"
|
|
}
|