Mcp Adapter

Created Updated openspec/changes/publish-mcp-server-package/specs/mcp-adapter/spec.mdView on GitHub →

ADDED Requirements

Requirement: Stdio MCP Adapter Is Installable Without Cloning The Repository

The @pdpp/mcp-server package SHALL be published to npm on the single release channel (npm's default latest dist-tag) so that operators and agents can install and run it via npx -y @pdpp/mcp-server without cloning the repository. This matches the posture of @pdpp/cli and @pdpp/local-collector.

Scenario: Operator installs the adapter from npm

  • WHEN an operator follows the documented install instruction npx -y @pdpp/mcp-server --provider-url <url>
  • THEN the package SHALL be resolvable from the npm registry under the default latest dist-tag
  • AND the installed binary SHALL start successfully and accept the --provider-url argument