mcpjungle/MCPJungle
Add separate smoke tests for containerized MCPJungle deployments
Aperta
#240 aperta il 2 mag 2026
good first issue
Metriche repository
- Star
- (1162 stelle)
- Metriche merge PR
- (Merge medio 3g 23h) (1 PR mergiata in 30 g)
Descrizione
scripts/test-mcpjungle.sh now runs the server from the freshly built local binary so it exercises both the latest client code and the latest server code in the workspace.
Before this, the CLI under test was local but the server under test came from the published GHCR image via docker-compose.yaml, so unpublished server-side changes were not actually covered.
We should add a separate smoke test for the containerized path instead of mixing that concern into the main script.
Future smoke test scope:
- start MCPJungle from a container image, not the local binary
- validate the compose/container deployment path
- cover container-specific behavior such as packaging, env wiring, and filesystem mount assumptions