feat: add code toolset #87
Merged
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 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
manifest-code.jsonmanifest for the "Code" tool configuration, enabling API search and client code generation capabilities.scripts/release.js) and GitHub Actions workflow (.github/workflows/mcpb-pack.yaml) to build, package, and publish the new code configuration aspostman-mcp-server-code.mcpb. [1] [2] [3] [4] [5] [6] [7]Documentation and usage updates
README.mdto 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
package.json,manifest-full.json,manifest-minimal.json, andserver.jsonto reflect the new release. [1] [2] [3] [4]Packaging and release metadata
server.jsonto include the new code package and its SHA256 hash, ensuring proper registry and integrity checks for all three configurations.Minor cleanup
README.md.