Skip to content

django-native-mcp v0.1.0

Choose a tag to compare

@xelaxela13 xelaxela13 released this 20 Aug 14:52
· 4 commits to main since this release

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.tool and @shared_tool decorators
  • Django app autodiscovery via mcp.py
  • Streamable HTTP and stdio transports
  • Django management commands:
    • mcp_list
    • mcp_inspect
    • mcp_call
    • mcp_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