openapi: 3.0.3
info:
  title: Mike Henken AI Agent Interface
  description: Programmatic access to Mike Henken's professional background and capabilities.
  version: 1.0.0
servers:
  - url: https://mikehenken.pages.dev
paths:
  /llms.txt:
    get:
      summary: Retrieve professional summary and instructions for AI agents
      responses:
        '200':
          description: Successful response
          content:
            text/plain:
              schema:
                type: string
  /api/mcp:
    get:
      summary: Model Context Protocol (MCP) Server Endpoint
      description: Connect to the site's capabilities as an MCP client. This endpoint facilitates discovery and execution of tools.
      responses:
        '200':
          description: Standard MCP SSE or WebSocket stream based on transport negotiation.
