Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postman",
"version": "1.0.0",
"version": "1.1.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",
Expand Down
4 changes: 3 additions & 1 deletion .mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"type": "http",
"url": "https://mcp.postman.com/mcp",
"headers": {
"X-Source": "claude-code-plugin"
"X-Source": "claude-code-plugin",
"X-Plugin-Version": "1.1.0",
"User-Agent": "postman-claude-code-plugin/1.1.0"
}
}
}
Expand Down
Loading