generated from personal-projects/leo-claude-mktplace
[Sprint 01] refactor: Rename package to gitea_mcp_remote and update configuration #19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rename the package directory from
gitea_http_wrappertogitea_mcp_remoteand update the configuration module with new fields required for MCP protocol.Tasks
src/gitea_http_wrapper/tosrc/gitea_mcp_remote/config/settings.py:gitea_repooptional (allow None)mcp_auth_mode: str = "optional"fieldhttp_host="0.0.0.0",http_port=8080get_gitea_mcp_env()methodconfig/__init__.pyimportsfrom gitea_mcp_remote.config import GiteaSettingsAcceptance Criteria
src/gitea_mcp_remote/mcp_auth_modefieldgitea_repofield0.0.0.0:8080from gitea_mcp_remote.config import GiteaSettingsImplementation Reference
See
docs/sprint-proposals/sprint-01-implementation-guide.md- Phase 1, Issues #1-2Estimated Time: 2-3 hours
Completed and merged in commit
1c55eed(Merge feat/19: Rename package to gitea_mcp_remote and update configuration)