|
Server : Apache System : Linux s1230 5.15.0-139-generic #149~20.04.1 SMP Tue Jul 14 11:21:49 UTC 2026 x86_64 User : p141464 ( 418825) PHP Version : 7.4.33.12 Disable Function : NONE Directory : /html/relaunch-kmu/wp-content/plugins/imagify/vendor/wordpress/php-mcp-schema/ |
Upload File : |
{
"name": "wordpress/php-mcp-schema",
"description": "PHP DTOs for the Model Context Protocol (MCP) specification",
"type": "library",
"license": "GPL-2.0-or-later",
"keywords": [
"mcp",
"model-context-protocol",
"dto",
"schema",
"php"
],
"homepage": "https://github.com/WordPress/php-mcp-schema",
"authors": [
{
"name": "WordPress",
"homepage": "https://wordpress.org"
}
],
"require": {
"php": ">=7.4"
},
"require-dev": {
"phpstan/phpstan": "^1.10"
},
"autoload": {
"psr-4": {
"WP\\McpSchema\\": "src/"
}
},
"config": {
"sort-packages": true
},
"scripts": {
"analyse": "phpstan analyse",
"phpstan": "@analyse"
}
}