v2.0.0
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
--fullflag 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-collectiontocreateCollection). - 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
--fullflag 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
enabledResourcesimport 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-collectiontocreateCollectionget-workspacestogetWorkspacesdelete-environmenttodeleteEnvironment- …and similarly for all other tools.
-
Default Tool Set — By default, only minimal (37) tools are now available. Use the
--fullflag 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.