{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "rostiklitvak-portfolio",
    "title": "Rostik Litvak Portfolio",
    "version": "1.0.0",
    "description": "Public portfolio and contact site for Rostik Litvak.",
    "homepage": "https://rostiklitvak.com/"
  },
  "description": "Static discovery card for Rostik Litvak's public portfolio content, including LLM guides, sitemap, work archive, and contact entry points.",
  "documentationUrl": "https://rostiklitvak.com/llms.txt",
  "iconUrl": "https://rostiklitvak.com/site/templates/icons/favicon-32x32.png",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://rostiklitvak.com/.well-known/mcp/server-card.json"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    }
  },
  "authentication": {
    "required": false
  },
  "resources": [
    {
      "name": "LLMS.txt",
      "uri": "https://rostiklitvak.com/llms.txt",
      "url": "https://rostiklitvak.com/llms.txt",
      "type": "text/markdown",
      "description": "Short guide for LLMs and autonomous agents."
    },
    {
      "name": "Full LLMS.txt",
      "uri": "https://rostiklitvak.com/llms-full.txt",
      "url": "https://rostiklitvak.com/llms-full.txt",
      "type": "text/markdown",
      "description": "Detailed guide with page inventory and agent guidance."
    },
    {
      "name": "Sitemap",
      "uri": "https://rostiklitvak.com/sitemap.xml",
      "url": "https://rostiklitvak.com/sitemap.xml",
      "type": "application/xml",
      "description": "Canonical URL inventory."
    },
    {
      "name": "Robots",
      "uri": "https://rostiklitvak.com/robots.txt",
      "url": "https://rostiklitvak.com/robots.txt",
      "type": "text/plain",
      "description": "Crawler policy and sitemap declaration."
    },
    {
      "name": "Work",
      "uri": "https://rostiklitvak.com/work/",
      "url": "https://rostiklitvak.com/work/",
      "type": "text/html",
      "description": "Portfolio archive."
    },
    {
      "name": "Contact",
      "uri": "https://rostiklitvak.com/contact/",
      "url": "https://rostiklitvak.com/contact/",
      "type": "text/html",
      "description": "User-initiated contact page."
    }
  ],
  "agent_guidance": {
    "public_content_allowed": true,
    "summary_and_citation_allowed": true,
    "respect_robots_txt": true,
    "forms_require_explicit_user_intent": true,
    "avoid_private_paths": [
      "/admin/",
      "/processwire/",
      "/site/assets/cache/",
      "/site/assets/sessions/"
    ]
  }
}
