Skip to main content
Glama

Django Migrations MCP Service

by mrrobotke
setup.py560 B
from setuptools import setup, find_packages setup( name="migrations-mcp", version="0.1.0", packages=find_packages(), install_requires=[ "Django>=5.1.0", "mcp", "python-dotenv>=1.0.0", "pydantic>=2.0.0", "structlog>=23.1.0", ], extras_require={ "dev": [ "pytest>=7.3.1", "pytest-asyncio>=0.21.0", "pytest-cov>=4.1.0", "black>=23.7.0", "isort>=5.12.0", "mypy>=1.4.1", "pylint>=2.17.5", ] }, )

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrrobotke/django-migrations-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server