{
    "name": "php-mcp/schema",
    "description": "PHP Data Transfer Objects (DTOs) and Enums for the Model Context Protocol (MCP) schema.",
    "type": "library",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "PhpMcp\\Schema\\": "src/"
        }
    },
    "authors": [
        {
            "name": "Kyrian Obikwelu",
            "email": "koshnawaza@gmail.com"
        }
    ],
    "minimum-stability": "stable",
    "require": {
         "php": ">=8.1"
    }
}
