generated from personal-projects/leo-claude-mktplace
[Sprint 02] refactor: Remove incorrect standalone MCP implementation #9
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?
Summary
Delete the current standalone MCP server implementation, as it duplicates tool logic that should be imported from the marketplace package.
Tasks
src/gitea_mcp/directory entirelytests/directory entirelypyproject.tomlfor rewriting in next issue.env,.gitignore,README.mdfor updating latergit statusAcceptance Criteria
src/gitea_mcp/does not existtests/does not existContext
This repository was incorrectly structured as a standalone MCP server. It should be a thin deployment wrapper that imports tools from the
gitea-mcp-servermarketplace package.References:
Size: S (1-2 hours)