{
  "name": "benmilne-agent",
  "description": "AI agent interface for benmilne.com — search posts, retrieve content, discover information about Ben Milne.",
  "url": "https://benmilne.com",
  "provider": {
    "organization": "Ben Milne",
    "url": "https://benmilne.com"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "documentationUrl": "https://benmilne.com/developers",
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "supportedInterfaces": [
    {
      "url": "https://benmilne.com/mcp",
      "protocol": "mcp",
      "description": "MCP streamable HTTP (JSON-RPC)"
    },
    {
      "url": "https://benmilne.com/graphql",
      "protocol": "graphql",
      "description": "Read-only GraphQL API"
    },
    {
      "url": "https://benmilne.com/api",
      "protocol": "https",
      "description": "REST JSON API"
    }
  ],
  "skills": [
    {
      "id": "search_posts",
      "name": "Search Posts",
      "description": "Full-text search across all posts",
      "tags": [
        "search",
        "content"
      ]
    },
    {
      "id": "get_post",
      "name": "Get Post",
      "description": "Retrieve a post by ID or slug with full content",
      "tags": [
        "content",
        "retrieve"
      ]
    },
    {
      "id": "list_posts",
      "name": "List Posts",
      "description": "Paginated post listing with filters",
      "tags": [
        "content",
        "list"
      ]
    }
  ]
}