npx skills add ...
npx skills add wordpress/php-mcp-schema --skill mcp-php-schema
npx skills add wordpress/php-mcp-schema --skill mcp-php-schema
Navigate and understand the MCP PHP schema. Use when implementing MCP clients/servers, understanding protocol types, or finding the right DTO for a task.
3 domains, 17 subdomains, 164 types total.
| Domain | Types | Purpose |
|---|---|---|
| Common | 59 | Protocol base, JSON-RPC, content blocks |
| Server | 59 | Tools, resources, prompts, logging |
| Client | 46 | Sampling, elicitation, roots, tasks |
Factories create the correct DTO from discriminator values. See factories.md for patterns.
For programmatic access:
data/schema-index.json - Lightweight discovery indexdata/schema-common.json - Common domain typesdata/schema-server.json - Server domain typesdata/schema-client.json - Client domain types