Skip to content

Commit ae55d4f

Browse files
committed
chore: v2.5.2
1 parent 6fe04fd commit ae55d4f

File tree

8 files changed

+18
-16
lines changed

8 files changed

+18
-16
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-code.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.5.1",
3+
"version": "2.5.2",
44
"name": "postman-mcp-server-code",
55
"display_name": "Postman MCP Server (Code)",
66
"description": "Search for APIs and generate client code from Postman collections.",

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.5.1",
3+
"version": "2.5.2",
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.5.1",
3+
"version": "2.5.2",
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.5.1",
3+
"version": "2.5.2",
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: 8 additions & 8 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.5.1",
9+
"version": "2.5.2",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "@postman/postman-mcp-server",
14-
"version": "2.5.1",
14+
"version": "2.5.2",
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.5.1/postman-mcp-server-minimal.mcpb",
30-
"fileSha256": "7c05c5a5e79bc51362ebd70e3436be8893f127bb311c07269feafc27edd53ab8",
29+
"identifier": "https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.5.2/postman-mcp-server-minimal.mcpb",
30+
"fileSha256": "e9ea60c96cde6f41c6767d59e62487d30b5929d0899b71f3cedb05b602e072fe",
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.5.1/postman-mcp-server-full.mcpb",
46-
"fileSha256": "64cabc3be905e9a697f5f95fe13493d61b5c59d992b0f86ad941687c34e3a403",
45+
"identifier": "https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.5.2/postman-mcp-server-full.mcpb",
46+
"fileSha256": "444006d5f629a761cbef8db0987fd4663a8de433934ce80de8348464076c95d1",
4747
"transport": {
4848
"type": "stdio"
4949
},
@@ -58,8 +58,8 @@
5858
},
5959
{
6060
"registryType": "mcpb",
61-
"identifier": "https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.5.1/postman-mcp-server-code.mcpb",
62-
"fileSha256": "0a9799e9af76a574cdd811dc17bf0d3ba0c3af9af38749ca1e08ddedcf1e5aa7",
61+
"identifier": "https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.5.2/postman-mcp-server-code.mcpb",
62+
"fileSha256": "f0f397379243b392939eed200659a5a689f5c32262fd3332ab7cc093d80716a4",
6363
"transport": {
6464
"type": "stdio"
6565
},

src/tests/integration/direct.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,9 @@ describe('Postman MCP - Direct Integration Tests', () => {
731731
info: {
732732
...collection.info,
733733
name: updatedName,
734-
schema: collection.info.schema || 'https://schema.getpostman.com/json/collection/v2.1.0/collection.json',
734+
schema:
735+
collection.info.schema ||
736+
'https://schema.getpostman.com/json/collection/v2.1.0/collection.json',
735737
},
736738
};
737739

0 commit comments

Comments
 (0)