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 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}" } } },