Skip to content

Commit a39a9d2

Browse files
committed
fix: postman cli dist
1 parent 26df31e commit a39a9d2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dist/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": "1.0.1",
3+
"version": "1.2.0",
44
"description": "A simple MCP server to operate on the Postman API",
55
"main": "index.js",
66
"type": "module",

dist/src/clients/postman.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export async function fetchPostmanAPI(endpoint, options) {
1515
? `${options.headers['user-agent']}/${packageJson.name}/${packageJson.version}`
1616
: `${packageJson.name}/${packageJson.version}`;
1717
const headers = {
18-
...options.headers,
1918
'content-type': contentType,
2019
'x-api-key': apiKey,
2120
'user-agent': userAgentHeader,

0 commit comments

Comments
 (0)