Skip to content

Commit bf71c99

Browse files
committed
chore: v2.4.4
1 parent 92b3834 commit bf71c99

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

dist/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifest-full.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest_version": "0.3",
3-
"version": "2.4.3",
3+
"version": "2.4.4",
44
"name": "postman-mcp-server-full",
55
"display_name": "Postman MCP Server (Full)",
66
"description": "Connect your AI to your APIs on Postman.",

manifest-minimal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest_version": "0.3",
3-
"version": "2.4.3",
3+
"version": "2.4.4",
44
"name": "postman-mcp-server-minimal",
55
"display_name": "Postman MCP Server (Minimal)",
66
"description": "Connect your AI to your APIs on Postman.",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@postman/postman-mcp-server",
3-
"version": "2.4.3",
3+
"version": "2.4.4",
44
"description": "A simple MCP server to operate on the Postman API",
55
"mcpName": "com.postman/postman-mcp-server",
66
"main": "dist/src/index.js",

server.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/postmanlabs/postman-mcp-server",
77
"source": "github"
88
},
9-
"version": "2.4.3",
9+
"version": "2.4.4",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "@postman/postman-mcp-server",
14-
"version": "2.4.3",
14+
"version": "2.4.4",
1515
"transport": {
1616
"type": "stdio"
1717
},
@@ -26,8 +26,8 @@
2626
},
2727
{
2828
"registryType": "mcpb",
29-
"identifier": "https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.4.3/postman-mcp-server-minimal.mcpb",
30-
"fileSha256": "2846549883e0386d7ac6d8f045056960d8197343c0a8b900962222087b6e5b62",
29+
"identifier": "https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.4.4/postman-mcp-server-minimal.mcpb",
30+
"fileSha256": "ef3b7daf9bd0c42ffb1762e1410ef0efe8baccea1d8bcf694ff69f1f246bdbb4",
3131
"transport": {
3232
"type": "stdio"
3333
},
@@ -42,8 +42,8 @@
4242
},
4343
{
4444
"registryType": "mcpb",
45-
"identifier": "https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.4.3/postman-mcp-server-full.mcpb",
46-
"fileSha256": "c7394eebc86ed8e1c1965f7599f54ef7c7ef69b47eef1b248c564827a56c48f9",
45+
"identifier": "https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.4.4/postman-mcp-server-full.mcpb",
46+
"fileSha256": "05798a44af098be619951f78df88364c6c87edda569b72feb72821f18cbc1262",
4747
"transport": {
4848
"type": "stdio"
4949
},

0 commit comments

Comments
 (0)