{
  "$schema": "https://github.com/modelcontextprotocol/modelcontextprotocol/raw/main/schemas/server-card.json",
  "serverInfo": {
    "name": "adapt-webmcp",
    "version": "1.0.0",
    "title": "AdApt",
    "description": "In-browser tools exposed by adapt.heynews.co via the WebMCP API. Visit the site to make these tools available to a browser-side agent.",
    "publisher": {
      "name": "HeyNews",
      "url": "https://adapt.heynews.co"
    }
  },
  "transport": {
    "type": "webmcp",
    "endpoint": "https://adapt.heynews.co/",
    "note": "Tools are registered client-side via navigator.modelContext.provideContext(). There is no remote MCP transport \u2014 load the page to discover tools."
  },
  "capabilities": {
    "tools": {
      "listChanged": true
    },
    "resources": {},
    "prompts": {}
  },
  "documentation": "https://adapt.heynews.co/.well-known/agent-skills/index.json"
}
