Files
gh-veelenga-aws-sso-mcp/.claude-plugin/plugin.json
2025-11-30 09:04:34 +08:00

18 lines
341 B
JSON

{
"name": "aws-sso-mcp",
"description": "MCP server for refreshing AWS SSO authentication tokens",
"version": "1.0.0",
"author": {
"name": "Vitalii Elenhaupt",
"url": "https://github.com/veelenga"
},
"mcp": {
"aws-sso": {
"command": "npx",
"args": [
"-y",
"aws-sso-mcp"
]
}
}
}