Files
postman-claude-code-plugin/.claude-plugin/plugin.json
Sterling Chin c9159b6309 fix: update repo URL to Postman-Devrel/postman-plugin
Plugin lives in DevRel org for now, not postmanlabs. Updated
plugin.json repository field and README install command.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 18:03:50 -08:00

25 lines
692 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/Postman-Devrel/postman-plugin",
"license": "Apache-2.0",
"keywords": [
"postman",
"api",
"collections",
"testing",
"mcp",
"mocks",
"documentation",
"security",
"openapi",
"agent-ready"
]
}