Initial commit
This commit is contained in:
18
.claude-plugin/plugin.json
Normal file
18
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user