feat(test): add ephemeral Docker Vikunja MCP integration CI - #72
Open
joyjit wants to merge 3 commits into
Open
Conversation
Use PUT /tasks/{id}/labels and GET …/labels. Include title when
archiving so sparse updates do not 412 against current Vikunja.
Part of democratize-technology#68.
Add pinned Vikunja Compose, runtime JWT bootstrap, npm test:mcp orchestration, and a GitHub Actions PR gate. No repo secrets. Pattern mirrors mini-mealie's Dockerized E2E gate. Implements the PR-gate portion of democratize-technology#68.
Align the ephemeral Docker gate with the raised CI runtime bar.
Author
|
Updated: MCP integration workflow now uses Node 24 + |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Ephemeral Dockerized Vikunja for live MCP integration tests:
docker/vikunja.e2e.yml— pinnedvikunja/vikunja:2.3.0, SQLite on tmpfsscripts/vikunja-docker.ts— up/down: health wait, register user, mint JWT →.env.e2e(no secrets)npm run test:mcp= up → suite → down.github/workflows/mcp-integration.ymlon PR/push to main/developdocs/MCP-INTEGRATION-CI.mdRelated Issue
Implements the PR-gate portion of #68.
Depends on #71 (suite alignment). This branch includes that commit until #71 merges.
Motivation and Context
Unit CI mocks the Vikunja API, so regressions against a real server only show up manually. This adds a PR gate against an ephemeral real Vikunja.
How Has This Been Tested?
npm run test:mcpon the joyjit/vikunja-mcp forkTypes of changes
Checklist:
Merge order