MCPcopy Create free account
hub / github.com/caesarHQ/textSQL / openapi_json

Route openapi_json

api/app/api/chat_gpt_plugin.py:None–None  ·  view source on GitHub ↗
plugin_config.route("/.well-known/ai-plugin.json")

Source from the content-addressed store, hash-verified

1import requests
2from flask import Blueprint, jsonify, request
3
4plugin = Blueprint('plugin', __name__)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected