{
  "schema_version": "1.0",
  "name": "okc-sciatica-decision-engine",
  "display_name": "OKC Disc & Sciatica Next-Step Information Engine",
  "description": "One educational decision engine exposed through four doors (REST, MCP, page-level browser WebMCP, and an OpenAPI/manifest discovery layer). Educational information only; never a diagnosis, medical advice, or treatment recommendation.",
  "version": "2.0.0",
  "provider": {
    "name": "Precision Care Chiropractic",
    "provider_name": "Dr. Betty Bampoe",
    "website": "https://www.precisioncarechiropractic.com/",
    "contact_email": "precisioncarechiropractic@gmail.com",
    "area_served": "Oklahoma City, Oklahoma"
  },
  "engine": {
    "canonical_tool": "run_sciatica_information_check",
    "canonical_export": "runSciaticaInformationCheck",
    "module": "lib/decision-engine.ts"
  },
  "safety": {
    "educational_only": true,
    "non_diagnostic": true,
    "no_medical_advice": true,
    "no_treatment_recommendation": true,
    "no_consequential_actions": true,
    "red_flag_routing": true,
    "required_notice": "This tool provides educational information only and is not medical advice."
  },
  "doors": {
    "rest": {
      "method": "POST",
      "url": "https://okcsciaticacheck.com/api/v1/run-sciatica-information-check",
      "cors": true,
      "content_type": "application/json"
    },
    "mcp": {
      "protocol": "mcp",
      "transport": "http",
      "jsonrpc": "2.0",
      "url": "https://okcsciaticacheck.com/api/mcp",
      "methods": ["initialize", "tools/list", "tools/call"],
      "tools": [
        "run_sciatica_information_check",
        "assess_next_step",
        "get_clinic_info",
        "list_education_articles",
        "search_education_articles",
        "get_education_article"
      ]
    },
    "browser_webmcp": {
      "api": "document.modelContext.registerTool",
      "tool": "run_sciatica_information_check",
      "scope": "page-level (site-wide)",
      "fallback": "Calls the REST door when the host browser lacks the WebMCP API."
    },
    "discovery": {
      "openapi": "https://okcsciaticacheck.com/openapi.json",
      "docs": "https://okcsciaticacheck.com/docs",
      "capability_manifest": "https://okcsciaticacheck.com/capability-manifest.json",
      "llms_txt": "https://okcsciaticacheck.com/llms.txt",
      "ai_plugin": "https://okcsciaticacheck.com/.well-known/ai-plugin.json",
      "mcp_manifest": "https://okcsciaticacheck.com/.well-known/mcp.json"
    }
  },
  "registry_artifacts": {
    "status": "prepared_not_published",
    "location": "https://okcsciaticacheck.com/registry/",
    "note": "Registry submission artifacts are staged only. They are NOT submitted to or published in any public registry."
  },
  "legal_info_url": "https://okcsciaticacheck.com/disclaimer"
}
