chore: sync tools and stdio/tests from postman-mcp-server#180
Open
mcpopenapibot[bot] wants to merge 2 commits into
Open
chore: sync tools and stdio/tests from postman-mcp-server#180mcpopenapibot[bot] wants to merge 2 commits into
mcpopenapibot[bot] wants to merge 2 commits into
Conversation
Co-authored-by: Andrea De Pirro <andrea.depirro@postman.com> Co-authored-by: Christos Gkoros <christos.gkoros@postman.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Diego Garcia <diego.garcia@postman.com> Co-authored-by: Diego García <diego.garcia@postman.com> Co-authored-by: Ruben Baraut <116556424+rubenbaraut@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mcpopenapibot
Bot
requested review from
akinard-postman,
akira28,
alexander-rubia,
garciasdos and
rubenbaraut
as code owners
July 15, 2026 10:25
There was a problem hiding this comment.
Pull request overview
This PR syncs portions of the Postman MCP server implementation (tools/runner behavior, telemetry formatting, and the stdio entrypoint) including compiled dist/ outputs, aiming to align behavior and interfaces across repos while adding per-request progress reporting support.
Changes:
- Add per-tool-call progress reporting wiring in the stdio entrypoint (and pass
progress/signalinto tool handlers). - Improve Newman runner error handling by listening for explicit
errorevents. - Apply telemetry code formatting/structure updates and sync corresponding compiled
dist/files.
Reviewed changes
Copilot reviewed 6 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/tools/runner/executor.ts | Adds Newman error event handling during collection runs. |
| src/telemetry/session.ts | Formatting-only updates for telemetry session helpers. |
| src/telemetry/noop.ts | Adjusts parameter formatting (trailing comma) for noop telemetry client. |
| src/telemetry/index.ts | Adjusts telemetry client interface formatting (trailing comma). |
| src/telemetry/client.ts | Formatting-only updates for telemetry client implementation. |
| src/index.ts | Adds progress reporter creation and passes progress/signal into tool handlers (but currently imports progress from a non-existent path). |
| dist/src/tools/runner/executor.js | Compiled output for Newman runner error handling change. |
| dist/src/telemetry/session.js | Compiled output for telemetry session formatting change. |
| dist/src/telemetry/client.js | Compiled output for telemetry client formatting change. |
| dist/src/index.js | Compiled output for stdio entrypoint progress wiring (but currently imports progress from a non-existent path). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR syncs the following from
postman-mcp-servertopostman-api-mcp:Source files (src/):
getCollection/,runner/)index.ts)clients/postman.ts)tools/utils/templateRenderer.ts)tools/utils/errorTemplateRenderer.ts).njktemplates)views/errors/*.njk)env.ts)Compiled files (dist/src/):
.jsfilesImport paths are automatically adjusted to match the public repo structure.