MCP (Model Context Protocol) is an emerging standard for AI tools and resources. The standard is compatible with normal REST API servers, but adds extra metadata to describe tools, resources, and ...
#!/usr/bin/env python import os import sys from encrypted_secrets import load_secrets if __name__ == "__main__": load_secrets() os.environ.setdefault("DJANGO_SETTINGS ...