{
  "sources": [
    {
      "url": "https://www.magento-mastery.com",
      "type": "html"
    },
    {
      "url": "https://www.magento-mastery.com/.well-known/mcp-tools.json",
      "type": "application/json",
      "description": "Full tool manifest with input schemas"
    },
    {
      "url": "https://www.magento-mastery.com/.well-known/mcp/server-card.json",
      "type": "application/json",
      "description": "MCP server card"
    },
    {
      "url": "https://www.magento-mastery.com/llms.txt",
      "type": "text/plain",
      "description": "LLM-friendly site description"
    }
  ],
  "tools": {
    "endpointType": "browser",
    "registration": "document.modelContext.registerTool",
    "tools": [
      {
        "name": "get_blog_posts",
        "description": "Search and list Magento Mastery blog posts. Filter by tag, category, or keyword in title/summary.",
        "readOnlyHint": true
      },
      {
        "name": "get_blog_post",
        "description": "Get the full article content of a blog post by its URL slug.",
        "readOnlyHint": true
      },
      {
        "name": "get_services",
        "description": "List all Magento 2 services offered at Magento Mastery.",
        "readOnlyHint": true
      },
      {
        "name": "get_service",
        "description": "Get detailed information about a specific service.",
        "readOnlyHint": true
      },
      {
        "name": "get_case_studies",
        "description": "List Magento 2 case studies and portfolio projects.",
        "readOnlyHint": true
      },
      {
        "name": "get_case_study",
        "description": "Get detailed information about a specific case study.",
        "readOnlyHint": true
      },
      {
        "name": "get_site_info",
        "description": "Get metadata about Magento Mastery: site description, author, navigation, and booking availability.",
        "readOnlyHint": true
      },
      {
        "name": "navigate_to",
        "description": "Navigate the browser to a Magento Mastery page.",
        "readOnlyHint": false
      },
      {
        "name": "initiate_contact",
        "description": "Get contact form info and available subjects for reaching Magento Mastery.",
        "readOnlyHint": true
      }
    ]
  },
  "forms": [
    {
      "name": "contact_form",
      "selector": ".contact-form",
      "action": "https://formspree.io/f/YOUR_FORM_ID",
      "fields": [
        { "name": "name", "type": "string", "required": true },
        { "name": "email", "type": "string", "format": "email", "required": true },
        { "name": "subject", "type": "string" },
        { "name": "message", "type": "string", "required": true }
      ],
      "dataTool": "submit_contact_request"
    }
  ]
}
