@postman/postman-mcp-server 2.1.2 → 2.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -60,7 +60,12 @@ Configure the extension to use the **postman-api-mcp** server, a local STDIO-bas
|
|
|
60
60
|
|
|
61
61
|
### Claude integration
|
|
62
62
|
|
|
63
|
-
To integrate the MCP server with Claude, check the latest [Postman MCP server release](https://github.com/postmanlabs/postman-mcp-server/releases) and
|
|
63
|
+
To integrate the MCP server with Claude, check the latest [Postman MCP server release](https://github.com/postmanlabs/postman-mcp-server/releases) and download one of the available `.dxt` files:
|
|
64
|
+
|
|
65
|
+
- **postman-api-mcp-minimal.dxt** - Contains 37 essential tools for basic Postman operations
|
|
66
|
+
- **postman-api-mcp-full.dxt** - Contains all 106+ tools for comprehensive Postman functionality
|
|
67
|
+
|
|
68
|
+
For more information, see Anthropic's [Claude Desktop Extensions](https://www.anthropic.com/engineering/desktop-extensions) documentation.
|
|
64
69
|
|
|
65
70
|
## Streamable HTTP
|
|
66
71
|
|
package/dist/package.json
CHANGED