mirror of
https://github.com/Postman-Devrel/postman-claude-code-plugin.git
synced 2026-04-16 10:29:58 +00:00
GitHub renamed the repo from postman-plugin to postman-claude-code-plugin. Updated all references. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
25 lines
704 B
JSON
25 lines
704 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-claude-code-plugin",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"postman",
|
|
"api",
|
|
"collections",
|
|
"testing",
|
|
"mcp",
|
|
"mocks",
|
|
"documentation",
|
|
"security",
|
|
"openapi",
|
|
"agent-ready"
|
|
]
|
|
}
|