[Sprint 01] build: Add marketplace dependency and update project configuration #22

Closed
opened 2026-02-03 22:45:45 +00:00 by lmiranda · 1 comment
Owner

Replace pyproject.toml with new configuration including the marketplace Git dependency for gitea-mcp-server.

Dependencies

Tasks

  • Update pyproject.toml:
    • Add marketplace Git dependency
    • Update package name to gitea-mcp-remote
    • Change entry point to gitea-mcp-remote
    • Update version to 1.1.0
    • Update test paths to testpaths = ["tests"]
  • Test installation: pip install -e .
  • Verify marketplace dependency installs
  • Verify entry point exists: which gitea-mcp-remote

Acceptance Criteria

  • pyproject.toml includes marketplace Git dependency
  • Entry point is gitea-mcp-remote (not gitea-http-wrapper)
  • Can run: pip install -e . successfully
  • Marketplace dependency installs from Git repository
  • Command gitea-mcp-remote is available

Implementation Reference

See docs/sprint-proposals/sprint-01-implementation-guide.md - Phase 5, Issue #9

Estimated Time: 1 hour

Replace pyproject.toml with new configuration including the marketplace Git dependency for gitea-mcp-server. ## Dependencies - Blocked by: #19 ## Tasks - [ ] Update `pyproject.toml`: - Add marketplace Git dependency - Update package name to `gitea-mcp-remote` - Change entry point to `gitea-mcp-remote` - Update version to 1.1.0 - Update test paths to `testpaths = ["tests"]` - [ ] Test installation: `pip install -e .` - [ ] Verify marketplace dependency installs - [ ] Verify entry point exists: `which gitea-mcp-remote` ## Acceptance Criteria - pyproject.toml includes marketplace Git dependency - Entry point is `gitea-mcp-remote` (not `gitea-http-wrapper`) - Can run: `pip install -e .` successfully - Marketplace dependency installs from Git repository - Command `gitea-mcp-remote` is available ## Implementation Reference See `docs/sprint-proposals/sprint-01-implementation-guide.md` - Phase 5, Issue #9 **Estimated Time:** 1 hour
lmiranda added this to the Sprint 01: Core Architecture Correction milestone 2026-02-03 22:45:45 +00:00
lmiranda added the Type/BuildPriority/CriticalComponent/DependenciesSize/S labels 2026-02-03 22:45:45 +00:00
Author
Owner

Completed and merged in commit 809eef1 (add marketplace dependency)

Completed and merged in commit 809eef1 (add marketplace dependency)
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#22