Skip to content

Commit 149cd45

Browse files
committed
chore: v2.4.8
1 parent fb1a09e commit 149cd45

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.7",
3+
"version": "2.4.8",
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.7",
3+
"version": "2.4.8",
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.7",
3+
"version": "2.4.8",
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.7",
9+
"version": "2.4.8",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "@postman/postman-mcp-server",
14-
"version": "2.4.7",
14+
"version": "2.4.8",
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.7/postman-mcp-server-minimal.mcpb",
30-
"fileSha256": "721558bd21b8a1bb7d8cb1ac9c73e3fee724ff9bb7d2709aa2259f6908ceb92d",
29+
"identifier": "https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.4.8/postman-mcp-server-minimal.mcpb",
30+
"fileSha256": "4a60b3789eb17461b731d0d8ffe4ac59edde62ec627c87b1dbe3557178875770",
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.7/postman-mcp-server-full.mcpb",
46-
"fileSha256": "b729db3aba7f153ff114c0bd4e61cbcf20ef21524380a29d9323a1c1c02db6b8",
45+
"identifier": "https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.4.8/postman-mcp-server-full.mcpb",
46+
"fileSha256": "29c71a691e2c2fa09bdeab6807cfd007dd7d254deb7175beb40cebfe5db2d772",
4747
"transport": {
4848
"type": "stdio"
4949
},

0 commit comments

Comments
 (0)