@postman/postman-mcp-server 2.2.0 → 2.2.1
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 +3 -0
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,6 +17,7 @@ This is a lightweight solution that's ideal for integration with editors and too
|
|
|
17
17
|
|
|
18
18
|
> **Note:**
|
|
19
19
|
> By default, this server provides 37 tools (minimal mode). Use the `--full` flag to access all 106 tools.
|
|
20
|
+
> Use the `--region` flag to specify the Postman API region (`us` or `eu`), or set the `POSTMAN_API_BASE_URL` environment variable directly.
|
|
20
21
|
|
|
21
22
|
Integrate your MCP server with Visual Studio Code and use it with VS Code extensions that support MCP. To do this, do the following:
|
|
22
23
|
|
|
@@ -74,6 +75,8 @@ The streamable HTTP version is available at `https://mcp.postman.com`. It suppor
|
|
|
74
75
|
- **Minimal** — Only includes essential tools for basic Postman operations, available at `https://mcp.postman.com/minimal`. This offers faster performance and simplifies use for those who only need basic Postman operations.
|
|
75
76
|
- **Full** — Includes all available Postman API tools (100+ tools), available at `https://mcp.postman.com/mcp`.
|
|
76
77
|
|
|
78
|
+
> **Note:** The streamable EU HTTP server is available at `https://mcp.eu.postman.com`.
|
|
79
|
+
|
|
77
80
|
### Cursor integration
|
|
78
81
|
|
|
79
82
|
To integrate the MCP server with Cursor, click the following button:
|
package/dist/package.json
CHANGED