{
  "name": "Samet CELIKBICAK Portfolio",
  "description": "Personal portfolio and professional profile site of Samet CELIKBICAK, Principal Software Specialist. Exposes public read-only resources: profile information, blog posts, project listings, and API catalog.",
  "version": "1.0.0",
  "url": "https://sametcelikbicak.com/",
  "documentationUrl": "https://sametcelikbicak.com/docs/agent-discovery.md",
  "provider": {
    "organization": "Samet CELIKBICAK",
    "url": "https://sametcelikbicak.com/"
  },
  "supportedInterfaces": [
    {
      "url": "https://sametcelikbicak.com/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "skills": [
    {
      "id": "profile-summary",
      "name": "Profile Summary",
      "description": "Return a concise public profile summary for Samet CELIKBICAK.",
      "tags": ["profile", "portfolio"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "list-projects",
      "name": "List Projects",
      "description": "Return public portfolio project names, descriptions, and URLs.",
      "tags": ["projects", "portfolio"],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    }
  ],
  "securitySchemes": {},
  "securityRequirements": []
}
