Skip to content

Define the Python/MCP ship path inside the plugin (pip vs bundle) #7

Description

@JosephOIbrahim

Today the MCP server ships as a standalone pip package (pip install -e .), separate from the UE plugin. A RunUAT BuildPlugin of UEBridge therefore produces a plugin without the Python that drives it.

Decide the ship path:

  • (a) Keep pip as the canonical install and document it clearly as the supported path; or
  • (b) Bundle the Python inside the plugin (e.g. Content/Python or Scripts/ + a Config/FilterPlugin.ini so it survives packaging) for a self-contained artifact.

This gates any Fab-style / packaged distribution and resolves the CanContainContent flag.


Filed as a post-v0.1.0 follow-up (out of v0.1.0 scope). 🤖 Claude Code

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions