Remove incorrect standalone MCP implementation

This commit removes the incorrectly structured standalone MCP server that was built without understanding the distinction between standalone and HTTP transport modes. These files will be replaced with proper HTTP transport wrapper components.

Removed:
- src/gitea_mcp/ directory (standalone server implementation)
- tests/ directory (tests for standalone implementation)

This clears the way for implementing the correct HTTP-wrapped architecture.

Closes #9

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-03 16:06:17 -05:00
parent b94dcebfc7
commit cd55d53f1b
15 changed files with 0 additions and 2424 deletions

View File

@@ -1 +0,0 @@
"""Tests for Gitea MCP server."""