Skip to content

chore: sync tools and stdio/tests from postman-mcp-server - #180

Merged
garciasdos merged 3 commits into
mainfrom
sync-tools-from-postman-mcp-server
Jul 24, 2026
Merged

chore: sync tools and stdio/tests from postman-mcp-server#180
garciasdos merged 3 commits into
mainfrom
sync-tools-from-postman-mcp-server

Conversation

@mcpopenapibot

@mcpopenapibot mcpopenapibot Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

This PR syncs the following from postman-mcp-server to postman-api-mcp:

Source files (src/):

  • All tools (generated + orchestrators like getCollection/, runner/)
  • STDIO entrypoint (index.ts)
  • Postman API client (clients/postman.ts)
  • Template renderer utility (tools/utils/templateRenderer.ts)
  • Error template renderer utility (tools/utils/errorTemplateRenderer.ts)
  • Generated views (.njk templates)
  • Error templates (views/errors/*.njk)
  • Constants and utilities
  • Environment configuration (env.ts)
  • Enabled resources configuration
  • Integration tests and factories

Compiled files (dist/src/):

  • All corresponding .js files

Import paths are automatically adjusted to match the public repo structure.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/signal into tool handlers).
  • Improve Newman runner error handling by listening for explicit error events.
  • 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.

Comment thread src/index.ts Outdated
@mcpopenapibot
mcpopenapibot Bot force-pushed the sync-tools-from-postman-mcp-server branch 3 times, most recently from e5a51f5 to 14a0729 Compare July 22, 2026 13:14
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
mcpopenapibot Bot force-pushed the sync-tools-from-postman-mcp-server branch from a72ee91 to 18f865b Compare July 23, 2026 07:56
postman-distribution-bot Bot and others added 2 commits July 24, 2026 10:05
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
@garciasdos
garciasdos merged commit abebf8b into main Jul 24, 2026
8 checks passed
@garciasdos
garciasdos deleted the sync-tools-from-postman-mcp-server branch July 24, 2026 08:11
Copilot stopped work on behalf of shruti-paranjape due to an error July 24, 2026 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants