Metadata-Version: 2.4
Name: openedx-mcp
Version: 0.1.5
Summary: Open edX admin operations exposed as an MCP facade for staff/superusers (Ulmo)
Author: Open edX MCP contributors
License: AGPL-3.0
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
License-File: LICENSE
Requires-Dist: Django>=4.2
Requires-Dist: djangorestframework
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-django; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: ruff; extra == "test"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


openedx-mcp: an Open edX plugin that exposes staff/superuser admin operations
as a set of REST facade endpoints for an MCP (Model Context Protocol) server.

Pure Open edX: every operation is implemented against native openedx-platform
Python APIs. No third-party stack (no Hasura, no external identity, no org
multi-tenancy). Authorization is Django's own is_staff / is_superuser.

Installs into BOTH the LMS and the CMS process via the standard Open edX
djangoapp plugin entry points, because course-authoring operations must run in
the CMS (they touch the modulestore) while people/access/analytics run in the LMS.
