{
  "name": "muhammed tanrıkulu",
  "short_name": "mdt",
  "description": "software engineer at ens labs, co-founder of almonit. distributed and decentralized systems.",
  "start_url": "./",
  "scope": "./",
  "display": "browser",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any monochrome" },
    { "src": "avatar.jpg", "sizes": "400x400", "type": "image/jpeg" }
  ],
  "webmcp_tools": [
    {
      "name": "get_profile",
      "description": "Get Muhammed Tanrıkulu's biography, current role, location and areas of expertise.",
      "inputSchema": { "type": "object", "properties": {} }
    },
    {
      "name": "get_experience",
      "description": "Get work experience: ENS Labs, Almonit, Golem Foundation, Golem Factory, with roles, dates and descriptions.",
      "inputSchema": { "type": "object", "properties": {} }
    },
    {
      "name": "get_projects",
      "description": "List selected open-source projects with languages, descriptions and repository URLs.",
      "inputSchema": { "type": "object", "properties": {} }
    },
    {
      "name": "get_talks",
      "description": "List conference talks, optionally filtered by year.",
      "inputSchema": { "type": "object", "properties": { "year": { "type": "string", "description": "Filter talks by year, e.g. \"2023\"" } } }
    },
    {
      "name": "get_education",
      "description": "Get education: MSc Computer Science (Warsaw University of Technology), BSc Computer Engineering (Istanbul Aydın University).",
      "inputSchema": { "type": "object", "properties": {} }
    },
    {
      "name": "get_contact",
      "description": "Get contact and identity links: GitHub, X, LinkedIn, personal site, ENS name.",
      "inputSchema": { "type": "object", "properties": {} }
    },
    {
      "name": "search_knowledge",
      "description": "Full-text search over everything on this page (bio, experience, projects, talks, education).",
      "inputSchema": { "type": "object", "properties": { "query": { "type": "string", "description": "Search term" } }, "required": ["query"] }
    }
  ]
}
