feat/embed mcp - #56
Open
vicentebolea wants to merge 4 commits into
Open
Conversation
vicentebolea
commented
Aug 27, 2026
Member
- Add MCP tool-call support for local and text-emitting backends
- Support concurrent conversations, each owning its own state
- Add a console panel and data-file suggestions
- Key the editor on conversation only, to not break autocomplete
- Auto-translate natural language prompts to DSL via vtk-mcp
- Add --embed-mcp flag and CI build for vtk-prompt-with-mcp image
vtk-prompt can now launch a local vtk-mcp server automatically via --embed-mcp, so context enhanced generation works without a separately started server. Also adds scripts/vtk-prompt-with-mcp.Dockerfile, a self-contained image bundling Qdrant, vtk-mcp, and vtk-prompt, built and pushed to ghcr.io by CI on push to master and on release.
vtk-mcp is not on PyPI, and uv resolves all optional-dependency groups regardless of whether they are requested, so the plain vtk-mcp>=1.0.0 pin made every uv run/uv sync fail on this project. Drop the extra and document the git-based manual install instead.
vtk-prompt-ui now accepts --embed-mcp the same way the CLI does, launching and tearing down a local vtk-mcp server for the session. The container entrypoint gains a ui mode (docker run <image> ui) that launches the UI with --embed-mcp instead of the CLI, reusing the same Qdrant startup sequence. Also force VTK's OSMesa backend via VTK_DEFAULT_OPENGL_WINDOW, since the container has no X server and the default GLX backend segfaults even with offscreen rendering enabled.
…kout Simplifies the image build context down to just this repo: no more sibling vtk-mcp/ directory needed locally or in CI. Adds ARG VTK_MCP_REF to pin a branch/tag/commit, defaulting to master. Drops the now-unneeded second checkout step from the docker-deploy CI job.
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.