{
  "name": "Loke Development",
  "description": "A small software studio. For machine calls, use the read-only MCP server at /api/mcp.",
  "url": "https://loke.dev",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false
  },
  "skills": [
    {
      "id": "published-content-search",
      "name": "Search published content",
      "description": "Search public Loke.dev posts and projects."
    },
    {
      "id": "public-page-inspection",
      "name": "Inspect page metadata",
      "description": "Read Open Graph and SEO metadata from a public URL."
    }
  ],
  "endpoints": [
    {
      "url": "https://loke.dev/api/mcp",
      "protocol": "MCP"
    }
  ]
}