Commit Graph

5 Commits

Author SHA1 Message Date
b3ca1a09bc fix: update LSP configurations in crush.json
Remove unnecessary entrypoint overrides and use default container entrypoints.
All LSP containers now use their Dockerfile-defined ENTRYPOINT and CMD.

- bash-language-server: Uses default entrypoint and 'start' command
- docker-language-server: Uses default entrypoint and 'start --stdio' command
- marksman: Uses default entrypoint and 'server' command
2026-01-22 09:18:01 -05:00
8ee6324c9c feat: fully implement ghost-mcp server
- Fixed Dockerfile to skip prepare script during npm ci
- Changed docker-compose.yml to use node:22-alpine image with npx
- Updated STATUS.md to mark ghost-mcp as Built
- Added ghost-mcp to crush.json for Crush integration
- Validated container starts correctly with proper Ghost credentials

The ghost-mcp server now works as expected using the @fanyangmeng/ghost-mcp
npm package. It requires GHOST_API_URL and GHOST_ADMIN_API_KEY in the
format {24_hex_chars}:{64_hex_chars}.
2026-01-21 20:23:18 -05:00
f1c4c25661 feat: Add bitwarden-mcp server
- Build bitwarden-mcp from Bitwarden clients monorepo (multi-stage Docker build)
- Uses distroless nodejs24-debian12 for minimal runtime
- Update STATUS.md: Mark mcp-server (Bitwarden) as Built
- Update crush.json: Add bitwarden MCP server to mcp section

Note: Requires BITWARDEN_CLIENT_ID, BITWARDEN_CLIENT_SECRET, and BITWARDEN_PASSWORD env vars
2026-01-21 19:54:33 -05:00
99843748be feat: Add audiobook-mcp server
- Build audiobook-mcp from TypeScript source (npm run build)
- Update STATUS.md: Mark audiobook-mcp-server as Built
- Update crush.json: Add audiobook MCP server to mcp section

Note: Uses npx entrypoint pattern similar to other MCP servers
2026-01-21 19:45:30 -05:00
23bc39f082 Add crush.json with LSP configurations for Crush integration
- Configure bash-language-server with stdio mode
- Configure docker-language-server with stdio mode
- Configure marksman markdown LSP with server mode
- Follows Crush json schema for docker-based LSP instances
2026-01-21 19:18:28 -05:00