- Starlight documentation with 12 Diátaxis-organized pages covering getting started, how-to guides, reference, and architecture - Docker Compose with two services: docs (Starlight/Caddy) and mcp (FastMCP streamable-http), both behind caddy-docker-proxy - Env-based transport selection in server.py — stdio default preserved, MCP_TRANSPORT=streamable-http activates HTTP mode for Docker - Ocean/maritime theme with dark mode default
20 lines
186 B
Plaintext
20 lines
186 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
*.egg
|
|
.venv/
|
|
.env
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
*.so
|
|
|
|
# Docs site
|
|
docs/node_modules/
|
|
docs/dist/
|
|
docs/.astro/
|