Package as an Agent Plugin - #7
Merged
Merged
Conversation
rbuchmayer-pplx
marked this pull request as ready for review
August 17, 2026 20:36
qirh
approved these changes
Aug 17, 2026
qirh
left a comment
Contributor
There was a problem hiding this comment.
LGTM — manifests validate against the 1.0.0 schemas and the CI mirrors modelcontextprotocol#136. Two notes, follow-up PR incoming for the mechanical one:
- Root plugin.json has no version while .codex-plugin/plugin.json says 0.3.0 — adding version + a sync check in a stacked PR.
- Worth confirming intent: mcp.json ships only the docs MCP, so the official plugin doesn't expose the main Perplexity MCP server tools. Fine if keyless install is the goal, but the thread implied the plugin would point at it. (Also assuming the displayName removal in marketplace.json is a strict-validation fix.)
- Add version 0.3.0 to plugin.json (matches .codex-plugin/plugin.json) - Fail CI if the two versions drift
Contributor
Author
|
Intentional. After that thread, the search MCP got its own plugin in perplexityai/modelcontextprotocol#135, so this one is deliberately skills + docs MCP only. Duplicating the search server here would mean double tools for anyone who installs both, and it would break the keyless install for this plugin (docs MCP needs no key, the search server does). And ya, displayName was a strict-validation fix: claude plugin validate rejects the key, installs just tolerated it. |
ci: add version to root plugin.json and enforce sync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
plugin.jsonandmcp.jsonso this repo installs as an Agent Plugin in clients that support the new standard (ChatGPT, Codex, Cursor, GitHub Copilot, Kiro, VS Code), matching what perplexityai/modelcontextprotocol#135 did for the MCP server repo.One install gets the skills plus the docs MCP server (
docs.perplexity.ai/mcp, streamable HTTP). No API key is needed for this plugin. The existing Claude Code and Codex packaging is unchanged.Both manifests validate against the official 1.0.0 schemas, and I verified an end-to-end install with the Codex CLI.