{
  "statusOf": "deployment",
  "describes": "What this deployment ships. Not a live health check, and not a claim about whether any particular client can reach it.",
  "generatedFrom": "the same modules the live endpoints serve, at build time",
  "server": {
    "name": "nagabhushana-raju-portfolio",
    "version": "1.1.0"
  },
  "remoteMcp": {
    "endpoint": "https://www.mr-nagabhushanaraju-s.engineer/api/mcp",
    "transport": "streamable-http",
    "authentication": "none",
    "protocolVersion": "2025-11-25",
    "supportedProtocolVersions": [
      "2025-03-26",
      "2025-06-18",
      "2025-11-25"
    ],
    "capabilities": {
      "tools": {},
      "prompts": {},
      "resources": {}
    },
    "tools": 10,
    "prompts": 17,
    "resources": 5,
    "requires": "A host that lets a user add a remote MCP server. Support for that is a property of the client, not of this server."
  },
  "browserWebMcp": {
    "status": "experimental",
    "detection": "document.modelContext",
    "requires": "A browser that implements WebMCP. Availability is a property of the visitor's browser, not of this site."
  },
  "content": {
    "schemaVersion": 2,
    "dataVersion": "2026-08-28T00:00:00.000Z",
    "source": "bundled with the deployment",
    "projects": 9,
    "credentials": 21
  },
  "machineReadable": [
    {
      "path": "/llms.txt",
      "type": "text/plain",
      "describes": "Guide for AI clients, with every public route and project URL."
    },
    {
      "path": "/ai.txt",
      "type": "text/plain",
      "describes": "The same guide under the other filename in circulation. Byte-identical to /llms.txt."
    },
    {
      "path": "/.well-known/mcp.json",
      "type": "application/json",
      "describes": "Discovery document listing the tools, prompts and resources below."
    },
    {
      "path": "/api/mcp",
      "type": "application/json",
      "describes": "MCP endpoint. POST JSON-RPC 2.0."
    },
    {
      "path": "/api/agent",
      "type": "application/json",
      "describes": "Plain GET fallback for clients that only fetch URLs."
    },
    {
      "path": "/agents/workflows.json",
      "type": "application/json",
      "describes": "Bounded workflow instructions."
    },
    {
      "path": "/api/public/portfolio",
      "type": "application/json",
      "describes": "The whole content model as JSON."
    },
    {
      "path": "/plain",
      "type": "text/html",
      "describes": "The entire portfolio as one text-first document. No scripts."
    },
    {
      "path": "/sitemap.xml",
      "type": "application/xml",
      "describes": "Every public page."
    },
    {
      "path": "/api/status.json",
      "type": "application/json",
      "describes": "This document."
    }
  ]
}