{
    "schemaVersion": "2025-06-18",
    "name": "JMooreWV",
    "description": "The online portal to the brain of Jonathan Moore.",
    "url": "https://jmoorewv.com/",
    "version": "7.0.2",
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": false
    },
    "supportedInterfaces": [
        {
            "transport": "HTTP+JSON",
            "url": "https://jmoorewv.com/wp-json/"
        },
        {
            "transport": "text/markdown",
            "url": "https://jmoorewv.com/?format=md"
        }
    ],
    "defaultInputModes": [
        "text/plain"
    ],
    "defaultOutputModes": [
        "text/markdown",
        "text/html"
    ],
    "skills": [
        {
            "id": "search",
            "name": "Site search",
            "description": "Full-text search of the site content.",
            "tags": [
                "search"
            ],
            "examples": [
                "?s=hello"
            ]
        },
        {
            "id": "fetch-markdown",
            "name": "Fetch page as Markdown",
            "description": "Return any public page as a Markdown document.",
            "tags": [
                "content",
                "markdown"
            ]
        }
    ]
}