django-native-mcp v0.1.0
django-native-mcp v0.1.0
Initial alpha release of a Django-native MCP tool framework built on the official MCP Python SDK.
Highlights
- Explicit Django MCP application and tool registration
@app.tooland@shared_tooldecorators- Django app autodiscovery via
mcp.py - Streamable HTTP and stdio transports
- Django management commands:
mcp_listmcp_inspectmcp_callmcp_serve
- In-process MCP testing client
- Typed package with Python 3.12+ support
- Runnable Django/MCP example in
example/
Installation
pip install django-native-mcp