- 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
23 lines
505 B
JSON
23 lines
505 B
JSON
{
|
|
"name": "mcnoaa-tides-docs",
|
|
"type": "module",
|
|
"version": "2026.02.22",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.37.6",
|
|
"@fontsource/inter": "^5.1.1",
|
|
"@fontsource/jetbrains-mono": "^5.1.1",
|
|
"@iconify-json/lucide": "^1.2.91",
|
|
"astro": "^5.6.1",
|
|
"astro-icon": "^1.1.5",
|
|
"sharp": "^0.34.2"
|
|
}
|
|
}
|