{
    "name": "webo/mcp",
    "description": "WEBO MCP WordPress plugin",
    "type": "wordpress-plugin",
    "require": {
        "php": "^7.4 || ^8.0",
        "wordpress/abilities-api": "0.4",
        "wordpress/mcp-adapter": "^0.5"
    },
    "authors": [
        {
            "name": "Đinh WP",
            "homepage": "https://dinhwp.com"
        }
    ],
    "scripts": {
        "test": "php scripts/run-tests.php",
        "test:unit": "php scripts/run-unit-tests.php",
        "test:wp70": "php scripts/test-wp70-compat.php"
    }
}
