mirror of
https://github.com/Postman-Devrel/postman-claude-code-plugin.git
synced 2026-04-16 10:29:58 +00:00
Updated plugin.json with correct metadata, repo URL, and keywords. Added .mcp.json to auto-configure Postman MCP Server on plugin install with env var substitution for API key and X-Source tracking header. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
237 B
JSON
13 lines
237 B
JSON
{
|
|
"mcpServers": {
|
|
"postman": {
|
|
"type": "http",
|
|
"url": "https://mcp.postman.com/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer ${POSTMAN_API_KEY}",
|
|
"X-Source": "claude-code-plugin"
|
|
}
|
|
}
|
|
}
|
|
}
|