fix: match renamed repo (postman-claude-code-plugin)

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>
This commit is contained in:
Sterling Chin
2026-02-12 18:04:04 -08:00
parent c9159b6309
commit 0d95ce0f30
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
"url": "https://www.postman.com" "url": "https://www.postman.com"
}, },
"homepage": "https://learning.postman.com/docs/developer/postman-mcp-server/", "homepage": "https://learning.postman.com/docs/developer/postman-mcp-server/",
"repository": "https://github.com/Postman-Devrel/postman-plugin", "repository": "https://github.com/Postman-Devrel/postman-claude-code-plugin",
"license": "Apache-2.0", "license": "Apache-2.0",
"keywords": [ "keywords": [
"postman", "postman",

View File

@@ -5,7 +5,7 @@ Full API lifecycle management inside Claude Code. One install, zero manual MCP c
## Installation ## Installation
```bash ```bash
claude plugin install postman@Postman-Devrel/postman-plugin claude plugin install postman@Postman-Devrel/postman-claude-code-plugin
``` ```
## Quick Start ## Quick Start