Skip to content

Releases: postmanlabs/postman-mcp-server

v2.5.2

10 Dec 20:13
v2.5.2
ae55d4f

Choose a tag to compare

v2.5.1

26 Nov 15:33
v2.5.1
c0c0621

Choose a tag to compare

What's Changed

  • fix: mcp registry release by @garciasdos in #82
  • chore: sync tools and stdio/tests from postman-mcp-server by @mcpopenapibot[bot] in #83
  • chore: update dependencies and package versions by @garciasdos in #86
  • feat: add code toolset by @joshed-io in #87
  • refactor: move to OIDC publications by @garciasdos in #89
  • refactor: move to OIDC publications by @garciasdos in #90

Full Changelog: v2.4.9...v2.5.1

v2.5.0

25 Nov 15:17
v2.5.0
d4a0de1

Choose a tag to compare

What's Changed

New

Added a full code generation toolset, including:

  • getCodeGenerationInstructions for step-by-step client code generation guidance.
  • getCollectionMap for a full recursive index of folders and requests.
  • Support in run for a new --code argument to pick code generation tools.
  • Updates to ServerContext to work with the new code server type.
  • Added bundling flows for the code toolset.
    Added searchPostmanElements for searching across collection elements.

Updates

  • UpdatesExpanded enabledResources and updated excludedFromGeneration.
  • Refined code manifest descriptions.
  • Updated README sections related to the new toolset.

v2.4.9

11 Nov 17:40
v2.4.9
8c050ef

Choose a tag to compare

What's Changed

  • [PSTAPI-898] Update README to add suffix to Claude Code install commands by @akinard-postman in #75
  • feat: modifying github action to publish to npm registry by @rubenbaraut in #70
  • feat: modify release script to update mcpb versions in server.json by @rubenbaraut in #71
  • chore: sync tools and stdio/tests from postman-mcp-server by @mcpopenapibot[bot] in #77
  • fixes typo in claude docs by @t-monaghan in #78
  • fix: name parameter for mcp publisher by @rubenbaraut in #79
  • fix: add path for mcp publisher command execution by @rubenbaraut in #80
  • fix: adding key format for mcp registry login by @rubenbaraut in #81

New Contributors

Full Changelog: v2.4.2...v2.4.9

v2.4.8

11 Nov 17:38
v2.4.8
149cd45

Choose a tag to compare

v2.4.8

v2.4.2

31 Oct 11:35
v2.4.2
f8598aa

Choose a tag to compare

What's Changed

  • Update README.md by @akinard-postman in #54
  • chore: sync tools and stdio/tests from postman-mcp-server by @mcpopenapibot[bot] in #65
  • feat: adding changes in package.json and server.json for publication in mcp registry by @rubenbaraut in #66
  • chore: sync tools and stdio/tests from postman-mcp-server by @mcpopenapibot[bot] in #67
  • feat: add 'runCollection' to enabled resources by @garciasdos in #68
  • fix: registry mcpName by @garciasdos in #69

New Contributors

Full Changelog: v2.3.7...v2.4.2

v2.4.1

31 Oct 10:49
v2.4.1
2f7d245

Choose a tag to compare

What's Changed

  • Update README.md by @akinard-postman in #54
  • chore: sync tools and stdio/tests from postman-mcp-server by @mcpopenapibot[bot] in #65
  • feat: adding changes in package.json and server.json for publication in mcp registry by @rubenbaraut in #66
  • chore: sync tools and stdio/tests from postman-mcp-server by @mcpopenapibot[bot] in #67
  • feat: add 'runCollection' tool by @garciasdos in #68

New Contributors

Full Changelog: v2.3.7...v2.4.1

v2.3.7

30 Sep 11:56

Choose a tag to compare

chore: v2.3.7

v2.3.6

24 Sep 10:05
v2.3.6
2045a87

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.3...v2.3.6

v2.3.3

19 Sep 14:48
v2.3.3
bd79a1b

Choose a tag to compare

What's Changed

We've made the following updates to the Postman MCP server:

  • The Postman MCP Server now supports current user context. For example, if you ask for "my workspaces", it first gets your user ID, then performs the search using that user ID.
  • The server now supports MCPB packages (https://github.com/anthropics/mcpb). Ensure that you're using the latest version of Claude Desktop.
  • Improved mock server creation with MCP. The server now uses collection UIDs (userId-collectionId) format instead of ID format.

  • chore: sync tools and stdio/tests from postman-mcp-server by @mcpopenapibot[bot] in #47
  • chore: update deps by @garciasdos in #49

Full Changelog: v2.2.1...v2.3.3