You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zero-touch install: the openedx-mcp app auto-installs via the openedx-dockerfile-post-python-requirements patch. Pin a version with OPENEDX_EXTRA_PIP_REQUIREMENTS if desired.
Install the openedx-mcp app via Tutor's standard OPENEDX_EXTRA_PIP_REQUIREMENTS list instead of a custom config/patch: tutor config save --append OPENEDX_EXTRA_PIP_REQUIREMENTS=openedx-mcp
Injects OPENEDX_MCP_PUBLIC_URL into LMS/CMS so the Django admin key page shows copy-paste Claude connect steps. Server tool scope docstrings aligned to the 9-scope model.
Real packaging fix: an unanchored 'build/' in .gitignore had excluded the MCP server build context from git entirely, so 0.1.0–0.1.2 wheels could not build the openedxmcp image. Templates now committed + shipped. Use this version.