Update STATUS.md for built LSP servers

- Mark bash-language-server as Built (190MB, prebuilt npm package, Crush ready)
- Mark docker-language-server as Built (49.2MB, Go source build, Crush ready)
- Mark marksman as Built (144MB, prebuilt binary with libicu72, Crush ready)
- Add configuration notes for Crush integration
This commit is contained in:
2026-01-21 19:18:59 -05:00
parent 23bc39f082
commit c583ed38eb

View File

@@ -9,8 +9,9 @@ Tracking the setup and validation of MCP/LSP servers via Docker Compose.
| blender-mcp | Built | Container built successfully with uvx entrypoint | | blender-mcp | Built | Container built successfully with uvx entrypoint |
| context7 | Pending | | | context7 | Pending | |
| gimp-mcp | Built | Container built successfully with uvx entrypoint | | gimp-mcp | Built | Container built successfully with uvx entrypoint |
| bash-language-server | Pending | | | bash-language-server | Built | Container built using prebuilt npm package (190MB). Configured for Crush via docker run with -i flag for stdio. |
| docker-language-server | Pending | | | docker-language-server | Built | Container built from Go source (49.2MB). Configured for Crush via docker run with -i flag for stdio. |
| marksman | Built | Container built from prebuilt binary (144MB). Configured for Crush via docker run with -i flag for stdio. |
| drawio-mcp-server | Pending | | | drawio-mcp-server | Pending | |
| matomo-mcp-client | Pending | | | matomo-mcp-client | Pending | |
| imap-mcp | Built | Container built successfully with uvx entrypoint | | imap-mcp | Built | Container built successfully with uvx entrypoint |
@@ -55,4 +56,4 @@ To rebuild a server after changes:
docker compose build --no-cache <service-name> docker compose build --no-cache <service-name>
``` ```
Note: Use lowercase service names from the compose file. Container names will still be prefixed with KNELDevStack-AIMiddleware-. Note: Use lowercase service names from compose file. Container names will still be prefixed with KNELDevStack-AIMiddleware-.