Files
postman-claude-code-plugin/.claude-plugin/plugin.json
Sterling Chin 9bbd6ca26a feat: update plugin manifest and add MCP auto-config
Updated plugin.json with correct metadata, repo URL, and keywords.
Added .mcp.json to auto-configure Postman MCP Server on plugin install
with env var substitution for API key and X-Source tracking header.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 17:55:15 -08:00

25 lines
701 B
JSON

{
"name": "postman",
"version": "1.0.0",
"description": "Full API lifecycle management for Claude Code. Sync collections, generate client code, discover APIs, run tests, create mocks, publish docs, and audit security. Powered by the Postman MCP Server.",
"author": {
"name": "Postman",
"url": "https://www.postman.com"
},
"homepage": "https://learning.postman.com/docs/developer/postman-mcp-server/",
"repository": "https://github.com/postmanlabs/claude-code-postman-plugin",
"license": "Apache-2.0",
"keywords": [
"postman",
"api",
"collections",
"testing",
"mcp",
"mocks",
"documentation",
"security",
"openapi",
"agent-ready"
]
}