{
  "name": "salmanahmad-portfolio-mcp",
  "version": "1.0.0",
  "description": "Model Context Protocol (MCP) Server for Salman Ahmad Portfolio (ahmmikun)",
  "protocolVersion": "2024-11-05",
  "endpoints": {
    "streamableHttp": "https://salmanahmad.tech/api/mcp",
    "sse": "https://salmanahmad.tech/api/mcp",
    "v1": "https://salmanahmad.tech/api/v1/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "get_portfolio_summary",
      "description": "Returns an overview of Salman Ahmad (ahmmikun), including bio, roles, location, key statistics, and primary links."
    },
    {
      "name": "get_skills",
      "description": "Retrieves Salman Ahmad's categorized technical skills matrix."
    },
    {
      "name": "get_projects",
      "description": "Retrieves featured and active software projects created by Salman Ahmad."
    },
    {
      "name": "get_developer_resources",
      "description": "Returns all machine-readable developer URLs, OpenAPI spec, llms.txt, agent instructions, and endpoints."
    },
    {
      "name": "send_contact_message",
      "description": "Sends a direct contact message / transmission to Salman Ahmad."
    }
  ]
}
