Releases: postmanlabs/postman-mcp-server
Releases · postmanlabs/postman-mcp-server
v2.5.2
v2.5.1
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
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
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
- @t-monaghan made their first contribution in #78
Full Changelog: v2.4.2...v2.4.9
v2.4.8
v2.4.8
v2.4.2
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
- @rubenbaraut made their first contribution in #66
Full Changelog: v2.3.7...v2.4.2
v2.4.1
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
- @rubenbaraut made their first contribution in #66
Full Changelog: v2.3.7...v2.4.1
v2.3.7
chore: v2.3.7
v2.3.6
What's Changed
- Update manifest-minimal.json by @abark24 in #50
- feat: add mcpb bundle icon by @garciasdos in #51
New Contributors
Full Changelog: v2.3.3...v2.3.6
v2.3.3
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