{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/draft/schema.json",
  "serverInfo": {
    "name": "dotlab-site",
    "version": "1.0.0",
    "title": "DotLAB — Website MCP",
    "description": "DotLAB is an advanced incubation hub for the next era of interactive media at İstanbul Kent Üniversitesi. This MCP server exposes read-only tools and resources about the Digital Game Design department.",
    "vendor": "DotLAB",
    "homepage": "https://dotlab.kent.edu.tr/"
  },
  "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"
  },
  "capabilities": {
    "tools": { "listChanged": false },
    "resources": { "listChanged": false },
    "prompts": { "listChanged": false },
    "logging": {}
  },
  "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 (DOTCON, Can't Game Jam, Jam In Eye, etc.)." },
    { "name": "dotlab_contact_info", "description": "Return DotLAB contact information." },
    { "name": "dotlab_resources", "description": "List machine-readable resources published by DotLAB." }
  ],
  "resources": [
    { "uri": "https://dotlab.kent.edu.tr/llms.txt", "name": "llms.txt", "mimeType": "text/plain" },
    { "uri": "https://dotlab.kent.edu.tr/index.md", "name": "Markdown homepage", "mimeType": "text/markdown" },
    { "uri": "https://dotlab.kent.edu.tr/openapi.json", "name": "OpenAPI", "mimeType": "application/openapi+json" },
    { "uri": "https://dotlab.kent.edu.tr/agents.json", "name": "agents.json", "mimeType": "application/json" }
  ],
  "authentication": { "type": "none" },
  "links": {
    "apiCatalog": "https://dotlab.kent.edu.tr/.well-known/api-catalog.json",
    "agentSkillsIndex": "https://dotlab.kent.edu.tr/.well-known/agent-skills/index.json",
    "agentCardA2A": "https://dotlab.kent.edu.tr/.well-known/agent.json",
    "openapi": "https://dotlab.kent.edu.tr/openapi.json",
    "agentsJson": "https://dotlab.kent.edu.tr/agents.json",
    "webmcpManifest": "https://dotlab.kent.edu.tr/webmcp.json",
    "llmsTxt": "https://dotlab.kent.edu.tr/llms.txt",
    "sitemap": "https://dotlab.kent.edu.tr/sitemap.xml",
    "robots": "https://dotlab.kent.edu.tr/robots.txt"
  }
}
