From 0f628e8d5a7246d066f0fda8b2a015030b937efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Garc=C3=ADa?= Date: Thu, 12 Jun 2025 10:42:15 +0200 Subject: [PATCH 1/2] fix: update HTTP server URL and authorization method in README example --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ba10a9..5f0eee4 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,9 @@ You can integrate your MCP server with Visual Studio Code to use it with VS Code }, "postman-api-http-server": { "type": "sse", - "url": "http://localhost:1337/sse", - "env": { - "POSTMAN_API_KEY": "${input:postman-api-key}" + "url": "https://mcp.postman.com/mcp", + "headers": { + "Authorization": "Bearer ${input:postman-api-key}" } } }, From 1e25c239f0110b8d87543a9fd74fea3e6badd7a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Garc=C3=ADa?= Date: Thu, 12 Jun 2025 10:45:20 +0200 Subject: [PATCH 2/2] feat: add codeowners --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..6956415 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @akira28 @rubenbaraut @alexander-rubia @akinard-postman