Skip to content

Releases: postmanlabs/postman-mcp-server

v2.1.1

27 Aug 13:37
7e299f9

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.1

v2.0.1

19 Aug 08:35
v2.0.1
dfb7f12

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

14 Aug 16:55
v2.0.0
d336848

Choose a tag to compare

This release of the Postman MCP server syncs tools and infrastructure from postman-mcp-server, standardizes tool naming conventions, and introduces configurable resource filtering for better performance and flexibility.

New features

  • Resource Filtering System — Added the --full flag and minimal tool configurations to enable you to choose between comprehensive (106 tools) or focused (37 tools) API access.

Improvements

  • Standardized Tool Naming — Converted all tool names from kebab-case to camelCase for consistency (for example, create-collection to createCollection).
  • Enhanced Logging — Added tool count and configuration mode indicators to startup logs for better debugging visibility.
  • Test Infrastructure — Updated integration tests to use camelCase tool names and added the --full flag for comprehensive testing.
  • Path Resolution — Fixed import path issues in compiled distribution files.
  • Performance and stability — Reduced the default tool count from 106 to 37 for faster startup and reduced memory footprint.

Bug fixes

  • Corrected path resolution for enabledResources import in distribution build.
  • Resolved test timeout issues by increasing test timeout to 30 seconds for workspace workflows.

Breaking changes

  • Tool Name Format — All tool names have changed from kebab-case to camelCase format. Update any existing integrations accordingly:

    • create-collection to createCollection
    • get-workspaces to getWorkspaces
    • delete-environment to deleteEnvironment
    • …and similarly for all other tools.
  • Default Tool Set — By default, only minimal (37) tools are now available. Use the --full flag to access all 106 tools.

Upgrade notes

Review your tool invocations and update them to use the camelCase naming convention. Add the --full flag when starting the server to access to all available tools.

v1.2.1

07 Aug 14:13
v1.2.1
0aaa80b

Choose a tag to compare

What's Changed

  • fix(docs): http <> https calls by @garciasdos in #24
  • Update README.md for mention of 128 tool limit in VS Code by @akinard-postman in #26
  • chore: sync tools from postman-mcp-server by @mcpopenapibot[bot] in #25

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

04 Aug 14:22
v1.2.0
d30bf59

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

01 Aug 09:22
15a50e3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.0

18 Jul 11:37
7b913cb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/postmanlabs/postman-api-mcp/commits/v1.0.0