chore: sync tools and stdio/tests from postman-mcp-server - #180
Merged
Conversation
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.
mcpopenapibot
Bot
force-pushed
the
sync-tools-from-postman-mcp-server
branch
3 times, most recently
from
July 22, 2026 13:14
e5a51f5 to
14a0729
Compare
Co-authored-by: Alexander Rubia <105201206+alexander-rubia@users.noreply.github.com> Co-authored-by: distributionbot[bot] <116176232+distributionbot[bot]@users.noreply.github.com>
mcpopenapibot
Bot
force-pushed
the
sync-tools-from-postman-mcp-server
branch
from
July 23, 2026 07:56
a72ee91 to
18f865b
Compare
Co-authored-by: Alexander Rubia <105201206+alexander-rubia@users.noreply.github.com> Co-authored-by: distributionbot[bot] <116176232+distributionbot[bot]@users.noreply.github.com>
…anlabs/postman-mcp-server into sync-tools-from-postman-mcp-server
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.