Files
Sterling Chin 9bbd6ca26a feat: update plugin manifest and add MCP auto-config
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>
2026-02-12 17:55:15 -08:00

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