Skip to content

ci(mcp): MCP-tests workflow (T2 #649)#676

Draft
DvirDukhan wants to merge 1 commit into
dvirdukhan/mcp-t17-per-branch-graphsfrom
dvirdukhan/mcp-t2-ci
Draft

ci(mcp): MCP-tests workflow (T2 #649)#676
DvirDukhan wants to merge 1 commit into
dvirdukhan/mcp-t17-per-branch-graphsfrom
dvirdukhan/mcp-t2-ci

Conversation

@DvirDukhan
Copy link
Copy Markdown

Closes #649.

Stacked on #675 (T17). Adds .github/workflows/mcp-tests.yml so every PR that touches MCP code runs pytest tests/mcp/ against a real FalkorDB service container.

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

New `.github/workflows/mcp-tests.yml` runs `pytest tests/mcp/` against
a real FalkorDB service container on port 6379. Triggers only on PRs
that touch MCP-relevant paths so the unrelated parts of the repo
don't pay the cost.

- FalkorDB service with redis-cli ping healthcheck.
- uv cache keyed on uv.lock for fast incremental runs.
- Sets `FALKORDB_HOST` / `FALKORDB_PORT` env so api/graph.py picks
  up the service host.
- Path filter covers api/mcp/, tests/mcp/, api/llm.py, api/graph.py,
  pyproject.toml, uv.lock, and the workflow file itself.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 27, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4e9d2e2e-71f9-47a7-8e92-2be809651000

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dvirdukhan/mcp-t2-ci

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant