{
    "packages": [
        {
            "name": "wordpress/mcp-adapter",
            "version": "v0.5.0",
            "version_normalized": "0.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/WordPress/mcp-adapter.git",
                "reference": "7bfc49f46b3ea7544dded49d5a606089f825a80b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WordPress/mcp-adapter/zipball/7bfc49f46b3ea7544dded49d5a606089f825a80b",
                "reference": "7bfc49f46b3ea7544dded49d5a606089f825a80b",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.4 || ^8.0",
                "wordpress/php-mcp-schema": "^0.1.0"
            },
            "require-dev": {
                "automattic/vipwpcs": "^3.0",
                "php-stubs/wordpress-stubs": "^6.9",
                "php-stubs/wp-cli-stubs": "^2.12",
                "phpcompatibility/php-compatibility": "10.x-dev as 9.99.99",
                "phpcompatibility/phpcompatibility-wp": "^2.1",
                "phpstan/extension-installer": "^1.3",
                "phpstan/php-8-stubs": "^0.4.24",
                "phpstan/phpstan": "^2.1.22",
                "phpstan/phpstan-deprecation-rules": "^2.0.3",
                "phpunit/phpunit": "^9.6",
                "slevomat/coding-standard": "^8.0",
                "szepeviktor/phpstan-wordpress": "^2.0",
                "wp-phpunit/wp-phpunit": "^6.5",
                "wpackagist-plugin/plugin-check": "^1.6",
                "yoast/phpunit-polyfills": "^4.0"
            },
            "time": "2026-04-14T12:12:58+00:00",
            "type": "wordpress-plugin",
            "extra": {
                "installer-paths": {
                    "vendor/{$vendor}/{$name}/": [
                        "wpackagist-plugin/plugin-check"
                    ]
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP\\MCP\\": "includes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "WordPress AI Team",
                    "homepage": "https://make.wordpress.org/ai/"
                }
            ],
            "description": "Adapter for Abilities API, letting WordPress abilities to be used as MCP tools, resources or prompts",
            "homepage": "https://github.com/wordpress/mcp-adapter",
            "keywords": [
                "abilities-api",
                "adapter",
                "ai",
                "api",
                "integration",
                "mcp",
                "model-context-protocol",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/wordpress/mcp-adapter/issues",
                "source": "https://github.com/wordpress/mcp-adapter"
            },
            "install-path": "../wordpress/mcp-adapter"
        },
        {
            "name": "wordpress/php-mcp-schema",
            "version": "v0.1.2",
            "version_normalized": "0.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/WordPress/php-mcp-schema",
                "reference": "95df8a50a3bd54f6b7c4869c6e2185db380d4d63"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WordPress/php-mcp-schema/zipball/95df8a50a3bd54f6b7c4869c6e2185db380d4d63",
                "reference": "95df8a50a3bd54f6b7c4869c6e2185db380d4d63",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.10"
            },
            "time": "2026-06-05T08:26:32+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP\\McpSchema\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "WordPress",
                    "homepage": "https://wordpress.org"
                }
            ],
            "description": "PHP DTOs for the Model Context Protocol (MCP) specification",
            "homepage": "https://github.com/WordPress/php-mcp-schema",
            "keywords": [
                "dto",
                "mcp",
                "model-context-protocol",
                "php",
                "schema"
            ],
            "install-path": "../wordpress/php-mcp-schema"
        },
        {
            "name": "wp-media/apply-filters-typed",
            "version": "v1.2",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-media/apply-filters-typed.git",
                "reference": "d8f5bca83e85196d1f01d92283b63ef6f886ac4d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-media/apply-filters-typed/zipball/d8f5bca83e85196d1f01d92283b63ef6f886ac4d",
                "reference": "d8f5bca83e85196d1f01d92283b63ef6f886ac4d",
                "shasum": ""
            },
            "require-dev": {
                "phpcompatibility/phpcompatibility-wp": "^2.0",
                "phpstan/extension-installer": "^1.4",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "wp-coding-standards/wpcs": "^3",
                "wp-media/phpunit": "^3"
            },
            "time": "2024-09-16T12:21:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "WP Media",
                    "email": "contact@wp-media.me"
                }
            ],
            "description": "Library for usage of WordPress filters in a safe-type way",
            "support": {
                "issues": "https://github.com/wp-media/apply-filters-typed/issues",
                "source": "https://github.com/wp-media/apply-filters-typed/tree/v1.2"
            },
            "install-path": "../wp-media/apply-filters-typed"
        },
        {
            "name": "wp-media/mcp-oauth",
            "version": "v1.0.3",
            "version_normalized": "1.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-media/mcp-oauth.git",
                "reference": "c19fc9ec1e084f678f0eb2cf049f3f752712ceac"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-media/mcp-oauth/zipball/c19fc9ec1e084f678f0eb2cf049f3f752712ceac",
                "reference": "c19fc9ec1e084f678f0eb2cf049f3f752712ceac",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4",
                "wordpress/mcp-adapter": "^0.5",
                "wp-media/apply-filters-typed": "^1.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1",
                "php": ">=7.4",
                "php-stubs/wordpress-tests-stubs": "^6.8",
                "phpcompatibility/phpcompatibility-wp": "^2.0",
                "phpstan/extension-installer": "^1.3",
                "phpstan/phpstan-mockery": "^1.1",
                "phpstan/phpstan-phpunit": "^1.4",
                "roave/security-advisories": "dev-master",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "wp-coding-standards/wpcs": "^3",
                "wp-media/phpunit": "^3"
            },
            "time": "2026-07-21T19:13:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WPMedia\\MCP\\OAuth\\": "inc/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "WP Media",
                    "email": "contact@wp-media.me"
                }
            ],
            "description": "MCP OAuth layer for the WordPress MCP Adapter",
            "homepage": "https://github.com/wp-media/mcp-oauth",
            "keywords": [
                "plugin",
                "wordpress",
                "wp"
            ],
            "support": {
                "issues": "https://github.com/wp-media/mcp-oauth/issues",
                "source": "https://github.com/wp-media/mcp-oauth/tree/v1.0.3"
            },
            "install-path": "../wp-media/mcp-oauth"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
