Skip to content

Conversation

@garciasdos
Copy link
Member

@garciasdos garciasdos commented Nov 25, 2025

This pull request introduces a new "Code" tool configuration for the Postman MCP Server, enabling users to generate high-quality client code from API definitions. It updates documentation, release scripts, manifests, and packaging workflows to support this new configuration alongside the existing "Minimal" and "Full" modes. The version is bumped to 2.5.0 across all relevant files.

Major feature addition: Code tool configuration

  • Added a new manifest-code.json manifest for the "Code" tool configuration, enabling API search and client code generation capabilities.
  • Updated release scripts (scripts/release.js) and GitHub Actions workflow (.github/workflows/mcpb-pack.yaml) to build, package, and publish the new code configuration as postman-mcp-server-code.mcpb. [1] [2] [3] [4] [5] [6] [7]

Documentation and usage updates

  • Extensively updated README.md to document the new "Code" configuration, including installation instructions, usage examples, and integration details for both remote and local servers. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]

Version bump

  • Bumped the version to 2.5.0 in package.json, manifest-full.json, manifest-minimal.json, and server.json to reflect the new release. [1] [2] [3] [4]

Packaging and release metadata

  • Updated server.json to include the new code package and its SHA256 hash, ensuring proper registry and integrity checks for all three configurations.

Minor cleanup

  • Removed a redundant link to the Agent Generator page from the questions/support section in README.md.

garciasdos and others added 5 commits November 25, 2025 10:47
- Introduced `getCodeGenerationInstructions` tool to provide step-by-step guidance for generating API client code from Postman collections.
- Added `getCollectionMap` tool to retrieve a recursive index of all folders and requests in a Postman collection.
- Updated `enabledResources` to include new tools and modified the `excludedFromGeneration` list.
- Enhanced the `run` function to support a new `--code` argument for selecting code generation tools.
- Adjusted `ServerContext` to accommodate the new 'code' server type.
@garciasdos garciasdos marked this pull request as ready for review November 25, 2025 15:05
@joshed-io joshed-io self-requested a review November 25, 2025 15:06
@garciasdos garciasdos merged commit d4a0de1 into main Nov 25, 2025
7 checks passed
@garciasdos garciasdos deleted the feat/code-toolset branch November 25, 2025 15:09
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.

3 participants