{
  "$schema": "https://modelcontextprotocol.io/schemas/discovery/draft/schema.json",
  "name": "dotlab-site",
  "title": "DotLAB — Website MCP",
  "version": "1.0.0",
  "description": "MCP discovery document for DotLAB — İstanbul Kent Üniversitesi Dijital Oyun Tasarımı Bölümü.",
  "homepage": "https://dotlab.kent.edu.tr/",
  "vendor": "DotLAB",
  "transport": {
    "type": "webmcp",
    "specification": "https://webmachinelearning.github.io/webmcp/",
    "entrypoint": "https://dotlab.kent.edu.tr/",
    "script": "https://dotlab.kent.edu.tr/webmcp.js",
    "manifest": "https://dotlab.kent.edu.tr/webmcp.json"
  },
  "serverCard": "https://dotlab.kent.edu.tr/.well-known/mcp/server-card.json",
  "capabilities": {
    "tools": { "listChanged": false },
    "resources": { "listChanged": false },
    "prompts": { "listChanged": false }
  },
  "tools": [
    { "name": "dotlab_site_info", "description": "Return basic metadata about DotLAB." },
    { "name": "dotlab_program_info", "description": "Return details of the four-year B.Sc. Digital Game Design program." },
    { "name": "dotlab_list_faculty", "description": "List DotLAB faculty with their titles." },
    { "name": "dotlab_list_events", "description": "List DotLAB events." },
    { "name": "dotlab_contact_info", "description": "Return DotLAB contact information." },
    { "name": "dotlab_resources", "description": "List machine-readable resources." }
  ],
  "authentication": { "type": "none" },
  "links": {
    "openapi": "https://dotlab.kent.edu.tr/openapi.json",
    "agentsJson": "https://dotlab.kent.edu.tr/agents.json",
    "a2aAgentCard": "https://dotlab.kent.edu.tr/.well-known/agent-card.json",
    "llmsTxt": "https://dotlab.kent.edu.tr/llms.txt",
    "sitemap": "https://dotlab.kent.edu.tr/sitemap.xml"
  }
}
