Human qualifiedDeveloper Toolsv1.0.0

php-mcp-development Agent Plugin

The PHP MCP Development plugin combines a server-generator Skill and expert agent for the official PHP SDK. The source describes attribute-based discovery and project generation that includes tools, resources, prompts, and tests.

0 repository stars MIT Updated Aug 6, 2026
Reviewed seed

Build

PHP MCP services.

The reviewed inventory ties the generator and expert agent to the official PHP SDK and attribute-based discovery described upstream.

Generate, discover, test

Installation

Install PHP MCP Development

Install the Awesome Copilot package in a compatible client and invoke its generator Skill or PHP MCP expert agent.

Terminal · Git sparse checkout
git clone --filter=blob:none --sparse https://github.com/github/awesome-copilot.git
cd awesome-copilot
git sparse-checkout set plugins/php-mcp-development
Confirm a compatible PHP runtime and SDK dependencies
Review official SDK version compatibility
Test every generated MCP capability

Explainable standards check

Conforms to Agent Plugins 1.0.0

Official latest version: 1.0.0 (Working Draft). The value is read from the official specification and cached for one day.

Read the official specification

This is a static package-format check, not a security audit, quality score, malware scan, or guarantee of client compatibility.

Canonical manifest schema

plugin.json targets the official 1.0.0 schema.

Agent Plugins specification §5.2

Required name and naming rules

The plugin name “php-mcp-development” satisfies the 1–64 character naming rules.

Agent Plugins specification §§5.3 and 5.5

Closed top-level schema

No unknown top-level manifest fields were found.

Agent Plugins specification §5.2

Manifest field types

All present metadata and extension fields use permitted JSON types.

Agent Plugins specification §§5.2–5.6

Root plugin.json file

A regular plugin.json file exists at the plugin root.

Agent Plugins specification §§4.1 and 5.1

Agent Skills discovery and format

0 immediate-child Agent Skills discovered; every SKILL.md passed required frontmatter and naming checks.

Agent Plugins specification §7.1 and Agent Skills specification

MCP configuration

No root mcp.json is present; MCP is optional and its absence is conforming.

Agent Plugins specification §§6.2 and 7.2

Capabilities

What can you do with php-mcp-development?

Generate a PHP MCP server foundation with official-SDK guidance.

The generator Skill targets a complete project with tools, resources, prompts, and tests. The companion agent specializes in the PHP SDK and attribute-based discovery.

  • Generate a PHP MCP server project
  • Set up the official PHP SDK dependencies
  • Use attribute-based capability discovery
  • Create tools, resources, and prompts
  • Include tests and consult expert guidance

Complete project generator

The Skill covers project structure plus server capabilities and tests using the official PHP SDK.

PHP-focused expertise

The agent concentrates on SDK conventions, server capabilities, and attribute-based discovery.

Practical workflow

A PHP MCP server workflow

Pass 01 / Define

Describe the server surface

Specify the tools, resources, and prompts required by the MCP client workflow.

Pass 02 / Generate

Create the PHP project

Use the Skill to establish SDK setup, attributes, implementation, and tests.

Pass 03 / Review

Validate with expert guidance

Inspect generated behavior, dependency versions, tests, and operational security.

Package contents

What is included in php-mcp-development?

php-mcp-development declares 1 Skill, 0 MCP configurations, and 1 additional resource. The included-file links below point to the reviewed source repository.

Agent Skills

1

php-mcp-server-generator

MCP servers

0

No runtime service

Package format

Agent Plugins

Official latest 1.0.0

Synced source content

Repository README

View original README

This README snapshot is stored by Agent Plugins Hub and refreshed by the daily GitHub synchronization pipeline. Remote images and embedded content are not loaded.

Source
https://github.com/github/awesome-copilot#readme

This repository does not currently provide a README snapshot. The plugin instructions below remain available.

Source documentation

PHP MCP Development source documentation

Rendered from the linked GitHub source. Raw HTML is disabled, scripts cannot execute, remote images are omitted, and external links open separately.

The source README presents resources for building Model Context Protocol servers with the official PHP SDK and its attribute-based discovery approach.

The php-mcp-server-generator Skill creates a project with tools, resources, prompts, and tests. The php-mcp-expert agent supplies focused guidance for the official SDK and attribute-based discovery.

Install it with copilot plugin install php-mcp-development@awesome-copilot. Review and test generated code before deployment.