From 0d95ce0f304a0dcee860802abe5567f0c25e2ff0 Mon Sep 17 00:00:00 2001 From: Sterling Chin Date: Thu, 12 Feb 2026 18:04:04 -0800 Subject: [PATCH] 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 --- .claude-plugin/plugin.json | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 0f3d559..c6576c4 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -7,7 +7,7 @@ "url": "https://www.postman.com" }, "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", "keywords": [ "postman", diff --git a/README.md b/README.md index e1ecaf0..4e6c3c8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Full API lifecycle management inside Claude Code. One install, zero manual MCP c ## Installation ```bash -claude plugin install postman@Postman-Devrel/postman-plugin +claude plugin install postman@Postman-Devrel/postman-claude-code-plugin ``` ## Quick Start