Skip to content

Package as an Agent Plugin - #135

Merged
rbuchmayer-pplx merged 3 commits into
mainfrom
agent-plugins-packaging
Aug 17, 2026
Merged

Package as an Agent Plugin#135
rbuchmayer-pplx merged 3 commits into
mainfrom
agent-plugins-packaging

Conversation

@rbuchmayer-pplx

Copy link
Copy Markdown
Collaborator

Adds plugin.json and mcp.json so this repo installs as an Agent Plugin in clients that support the new standard (ChatGPT, Codex, Cursor, GitHub Copilot, Kiro, VS Code).

No server changes, and the existing Claude Code plugin packaging is unchanged. Both manifests validate against the official 1.0.0 schemas.

One note: the Agent Plugins spec does not allow secrets in mcp.json, so PERPLEXITY_API_KEY is set through the client's plugin or MCP settings instead. Added a short README section covering this.

@rbuchmayer-pplx
rbuchmayer-pplx marked this pull request as ready for review August 17, 2026 19:35
- Trigger validate-plugin.yml on plugin.json and mcp.json changes
- Validate both manifests against the official Agent Plugins 1.0.0 schemas with ajv
- Fail if versions drift across package.json, plugin.json, and marketplace.json
ci: validate Agent Plugins manifests and enforce version sync
@rbuchmayer-pplx
rbuchmayer-pplx merged commit 2de3bcc into mainAug 17, 2026
2 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@rbuchmayer-pplx@qirh