Skip to content

Commit 9329fd2

Browse files
committed
chore: v2.0.8
1 parent 8e6cf23 commit 9329fd2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"mcp_config": {
2525
"command": "node",
2626
"args": [
27-
"${__dirname}/src/index.js"
27+
"${__dirname}/dist/src/index.js"
2828
],
2929
"env": {
3030
"POSTMAN_API_KEY": "${user_config.postman_api_key}"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postman-api-mcp",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "A simple MCP server to operate on the Postman API",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)