mirror of
https://github.com/Postman-Devrel/postman-claude-code-plugin.git
synced 2026-04-16 02:02:42 +00:00
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>
This commit is contained in:
@@ -1,33 +1,24 @@
|
|||||||
{
|
{
|
||||||
"name": "postman-skill",
|
"name": "postman",
|
||||||
"version": "1.1.0",
|
"version": "1.0.0",
|
||||||
"description": "Postman API lifecycle management for Claude Code. Manage collections, environments, monitors, mocks, and analyze APIs for agent-readiness. Includes Learning Center docs integration.",
|
"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": "Sterling Chin",
|
"author": {
|
||||||
"repository": "https://github.com/sterlingchin/postman-slash-command",
|
"name": "Postman",
|
||||||
"license": "MIT",
|
"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": [
|
"keywords": [
|
||||||
"postman",
|
"postman",
|
||||||
"api",
|
"api",
|
||||||
"collections",
|
"collections",
|
||||||
"testing",
|
"testing",
|
||||||
"mocks",
|
|
||||||
"monitors",
|
|
||||||
"agent-ready",
|
|
||||||
"clara",
|
|
||||||
"mcp",
|
"mcp",
|
||||||
"documentation"
|
"mocks",
|
||||||
],
|
"documentation",
|
||||||
"components": {
|
"security",
|
||||||
"commands": ["postman"]
|
"openapi",
|
||||||
},
|
"agent-ready"
|
||||||
"mcpServers": {
|
]
|
||||||
"postman-docs": {
|
|
||||||
"type": "http",
|
|
||||||
"url": "https://learning.postman.com/_mcp/server",
|
|
||||||
"description": "Postman Learning Center documentation - how-to guides, best practices, feature docs"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"python": ">=3.7"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user