[Sprint 02] docs: Create deployment documentation and configuration examples #16

Closed
opened 2026-02-03 21:02:20 +00:00 by lmiranda · 1 comment
Owner

Summary

Create documentation and configuration examples for the corrected wrapper implementation.

Tasks

.env.example

  • Create .env.example with all configuration options:
    • GITEA_API_URL (required)
    • GITEA_API_TOKEN (required)
    • ALLOWED_TOOLS (optional)
    • DENIED_TOOLS (optional)
    • AUTH_TOKEN (optional)
    • PORT (optional)
    • HOST (optional)
  • Add inline comments explaining each variable
  • Include example values

CLAUDE.md

  • Create CLAUDE.md for Claude Code guidance:
    • Project overview (deployment wrapper, not standalone)
    • Architecture explanation (imports from marketplace)
    • How to work with this codebase
    • Key files and their purposes
    • Development workflow
    • Docker deployment instructions
    • Troubleshooting guide

README.md Rewrite

  • Rewrite README.md to reflect correct architecture:
    • Clear statement: "Deployment wrapper for gitea-mcp-server marketplace package"
    • Installation instructions
    • Configuration guide (environment variables)
    • Docker deployment steps
    • Usage examples (how to connect Claude to the HTTP endpoint)
    • Tool filtering examples
    • Auth setup examples
    • Troubleshooting section
  • Remove any references to standalone implementation
  • Add badge for marketplace package version

Acceptance Criteria

  • .env.example has all required and optional variables documented
  • CLAUDE.md clearly explains the wrapper architecture
  • README.md accurately describes the project as a wrapper
  • Documentation explains how to deploy with Docker
  • Examples show how to configure tool filtering and auth
  • No outdated or misleading information remains

Dependencies

Blocked by: #15 (Docker infrastructure must exist to document)

Context

Documentation is critical for understanding the corrected architecture. It must clearly explain that this is a wrapper, not a duplicate implementation.

References:

  • Corrective Rebuild specification
  • Steps 11-13 of 14-step rebuild plan

Size: M (3-4 hours)

## Summary Create documentation and configuration examples for the corrected wrapper implementation. ## Tasks ### .env.example - [ ] Create `.env.example` with all configuration options: - `GITEA_API_URL` (required) - `GITEA_API_TOKEN` (required) - `ALLOWED_TOOLS` (optional) - `DENIED_TOOLS` (optional) - `AUTH_TOKEN` (optional) - `PORT` (optional) - `HOST` (optional) - [ ] Add inline comments explaining each variable - [ ] Include example values ### CLAUDE.md - [ ] Create `CLAUDE.md` for Claude Code guidance: - Project overview (deployment wrapper, not standalone) - Architecture explanation (imports from marketplace) - How to work with this codebase - Key files and their purposes - Development workflow - Docker deployment instructions - Troubleshooting guide ### README.md Rewrite - [ ] Rewrite `README.md` to reflect correct architecture: - Clear statement: "Deployment wrapper for gitea-mcp-server marketplace package" - Installation instructions - Configuration guide (environment variables) - Docker deployment steps - Usage examples (how to connect Claude to the HTTP endpoint) - Tool filtering examples - Auth setup examples - Troubleshooting section - [ ] Remove any references to standalone implementation - [ ] Add badge for marketplace package version ## Acceptance Criteria - `.env.example` has all required and optional variables documented - `CLAUDE.md` clearly explains the wrapper architecture - `README.md` accurately describes the project as a wrapper - Documentation explains how to deploy with Docker - Examples show how to configure tool filtering and auth - No outdated or misleading information remains ## Dependencies **Blocked by:** #15 (Docker infrastructure must exist to document) ## Context Documentation is critical for understanding the corrected architecture. It must clearly explain that this is a wrapper, not a duplicate implementation. **References:** - Corrective Rebuild specification - Steps 11-13 of 14-step rebuild plan **Size:** M (3-4 hours)
lmiranda added this to the Sprint 02: Corrective Rebuild milestone 2026-02-03 21:02:20 +00:00
lmiranda added the Component/DocsType/DocumentationSize/MPriority/High labels 2026-02-03 21:02:20 +00:00
Author
Owner

⚠️ Blocked By: #15

⚠️ **Blocked By:** #15
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#16