Skip to content

Add Agent Plugins 1.0.0 manifest (plugin.json + mcp.json) - #134

Closed
qirh wants to merge 1 commit into
perplexityai:mainfrom
qirh:agent-plugins-manifest
Closed

Add Agent Plugins 1.0.0 manifest (plugin.json + mcp.json)#134
qirh wants to merge 1 commit into
perplexityai:mainfrom
qirh:agent-plugins-manifest

Conversation

@qirh

@qirhqirh commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Makes this repo loadable as a portable Agent Plugin (spec v1.0.0, the vendor-neutral packaging standard from Amazon/Cursor/Microsoft/OpenAI/Vercel), alongside the existing Claude Code marketplace packaging.

Changes

  • plugin.json — required root manifest ($schema + name, plus permitted metadata mirroring .claude-plugin/marketplace.json).
  • mcp.json — portable MCP server config declaring the stdio npx -y @perplexity-ai/mcp-server transport.

Notes

  • Both files validate against the official schemas at https://agent-plugins.org/schemas/1.0.0/.
  • The portable format only expands ${PLUGIN_ROOT}/${PLUGIN_DATA} (not arbitrary env vars), and auth is client-managed per spec — so PERPLEXITY_API_KEY is intentionally not templated in mcp.json; clients supply it via their own environment/credential handling.
  • No changes to .claude-plugin/, server.json, or the npm package.

@qirhqirh closed this by deleting the head repository Aug 17, 2026
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.

1 participant

@qirh