{
  "mcpVersion": "2024-11-05",
  "serverInfo": {
    "name": "in.kunalkishor.portfolio",
    "version": "1.0.0",
    "title": "Kunal Kishor Portfolio & Blog",
    "description": "Exposes portfolio information and technical blog posts as MCP resources."
  },
  "capabilities": {
    "resources": {
      "subscribe": false,
      "listChanged": false
    }
  },
  "resources": [
    {
      "uri": "https://kunalkishor.in/",
      "name": "Kunal Kishor Portfolio",
      "description": "Main portfolio page with skills, projects, and education.",
      "mimeType": "text/markdown"
    },
    {
      "uri": "https://kunalkishor.in/blog/",
      "name": "Kunal Kishor Blog Index",
      "description": "List of all technical blog posts.",
      "mimeType": "text/html"
    },
    {
      "uri": "https://kunalkishor.in/blog/esp32-cam-email.html",
      "name": "How to Send Email Notifications using ESP32-CAM",
      "description": "Guide on building an IoT security system with ESP32-CAM.",
      "mimeType": "text/html"
    },
    {
      "uri": "https://kunalkishor.in/blog/python-password-tool.html",
      "name": "How to Build a Python Password Generator",
      "description": "Tutorial on creating a secure password generator in Python.",
      "mimeType": "text/html"
    },
    {
      "uri": "https://kunalkishor.in/blog/text-editor-python.html",
      "name": "Create a Text Editor in Python",
      "description": "Step-by-step guide to building a GUI text editor.",
      "mimeType": "text/html"
    }
  ]
}
