v2.9.0
What's Changed
Synced tools, entrypoint, and tests from postman-mcp-server (#155).
New tools
Mock Server Responses
createMockServerResponsegetMockServerResponsegetMockServerResponsesupdateMockServerResponsedeleteMockServerResponse
Monitors
listMonitorExecutionslistRunsForExecutiongetMonitorRunResults
Tool set changes
fullset: added Mock Server Response tools and new Monitor execution tools. Removed the standalone Context tools group (still available in thecodeset).minimalset: addedsearchPostmanElements.codeset: added the new Monitor execution tools; removedsearchPostmanElementsInPrivateNetwork.
Other updates
- Refreshed analytics tools (
getAnalyticsData,getAnalyticsMetadata). - Updated spec tools (
createSpec,createSpecFile,updateSpecFile,getSpecDefinition,generateSpecFromCollection,syncSpecWithCollection). - Tweaks to
createCollectionRequest,updateCollectionRequest,putCollection,updateMock,searchPostmanElements. - Template renderer utilities updated (
errorTemplateRenderer,templateRenderer). - Integration tests refreshed (
src/tests/integration/direct.test.ts). Instructions.mdresource updated.
Full Changelog: v2.8.9...v2.9.0