generated from personal-projects/leo-claude-mktplace
[Sprint 02] setup: Create correct directory structure and dependencies #10
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
Set up the correct package structure (
src/gitea_mcp_remote/) and rewritepyproject.tomlto depend on the marketplace package.Tasks
src/gitea_mcp_remote/directory (note: underscore, not hyphen)src/gitea_mcp_remote/__init__.pypyproject.tomlwith:gitea-mcp-remotegitea-mcp-server(marketplace package)mcp,httpx,python-dotenv,pydanticgitea-mcp-remote = gitea_mcp_remote.server_http:maintree src/Acceptance Criteria
src/gitea_mcp_remote/exists with__init__.pypyproject.tomlhas correct package name and marketplace dependencypyproject.tomlincludes all required dependenciesDependencies
Blocked by: #9 (cleanup must complete first)
Context
This is a deployment wrapper, not a standalone server. It imports tools from the marketplace package and adds deployment-specific logic (filtering, auth, HTTP transport).
References:
Size: S (1-2 hours)
⚠️ Blocked By: #9