[Sprint 02] refactor: Remove incorrect standalone MCP implementation #9

Closed
opened 2026-02-03 21:00:15 +00:00 by lmiranda · 0 comments
Owner

Summary

Delete the current standalone MCP server implementation, as it duplicates tool logic that should be imported from the marketplace package.

Tasks

  • Delete src/gitea_mcp/ directory entirely
  • Delete tests/ directory entirely
  • Keep pyproject.toml for rewriting in next issue
  • Keep .env, .gitignore, README.md for updating later
  • Verify clean state with git status

Acceptance Criteria

  • src/gitea_mcp/ does not exist
  • tests/ does not exist
  • Repository is in clean state ready for correct structure
  • No tool logic remains in this repository

Context

This repository was incorrectly structured as a standalone MCP server. It should be a thin deployment wrapper that imports tools from the gitea-mcp-server marketplace package.

References:

  • Corrective Rebuild specification (Sprint 02)
  • Step 1 of 14-step rebuild plan

Size: S (1-2 hours)

## Summary Delete the current standalone MCP server implementation, as it duplicates tool logic that should be imported from the marketplace package. ## Tasks - [ ] Delete `src/gitea_mcp/` directory entirely - [ ] Delete `tests/` directory entirely - [ ] Keep `pyproject.toml` for rewriting in next issue - [ ] Keep `.env`, `.gitignore`, `README.md` for updating later - [ ] Verify clean state with `git status` ## Acceptance Criteria - `src/gitea_mcp/` does not exist - `tests/` does not exist - Repository is in clean state ready for correct structure - No tool logic remains in this repository ## Context This repository was incorrectly structured as a standalone MCP server. It should be a thin deployment wrapper that imports tools from the `gitea-mcp-server` marketplace package. **References:** - Corrective Rebuild specification (Sprint 02) - Step 1 of 14-step rebuild plan **Size:** S (1-2 hours)
lmiranda added this to the Sprint 02: Corrective Rebuild milestone 2026-02-03 21:00:15 +00:00
lmiranda added the Type/SetupComponent/BackendPriority/HighSize/S labels 2026-02-03 21:00:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/gitea-mcp-remote#9