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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# aws-sso-mcp
|
||||||
|
|
||||||
|
MCP server for refreshing AWS SSO authentication tokens
|
||||||
41
plugin.lock.json
Normal file
41
plugin.lock.json
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
{
|
||||||
|
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||||
|
"pluginId": "gh:veelenga/aws-sso-mcp:",
|
||||||
|
"normalized": {
|
||||||
|
"repo": null,
|
||||||
|
"ref": "refs/tags/v20251128.0",
|
||||||
|
"commit": "9cb3bfc57b741a7dfa490bfbb268b7b63fe63eb9",
|
||||||
|
"treeHash": "3a07cf9f69c088e6abcfd55586489d47deaefda8c856b136f9745c2bb7b299b6",
|
||||||
|
"generatedAt": "2025-11-28T10:28:54.248408Z",
|
||||||
|
"toolVersion": "publish_plugins.py@0.2.0"
|
||||||
|
},
|
||||||
|
"origin": {
|
||||||
|
"remote": "git@github.com:zhongweili/42plugin-data.git",
|
||||||
|
"branch": "master",
|
||||||
|
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
|
||||||
|
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
|
||||||
|
},
|
||||||
|
"manifest": {
|
||||||
|
"name": "aws-sso-mcp",
|
||||||
|
"description": "MCP server for refreshing AWS SSO authentication tokens",
|
||||||
|
"version": "1.0.0"
|
||||||
|
},
|
||||||
|
"content": {
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"path": "README.md",
|
||||||
|
"sha256": "a4d62199d32a92d34db8ec47984aea4e39ecddb9a220c281377e83d9842819ee"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": ".claude-plugin/plugin.json",
|
||||||
|
"sha256": "1e36a24349ab0910db4074d651f8eed1b0998252def7c920fd779ee8022a4647"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dirSha256": "3a07cf9f69c088e6abcfd55586489d47deaefda8c856b136f9745c2bb7b299b6"
|
||||||
|
},
|
||||||
|
"security": {
|
||||||
|
"scannedAt": null,
|
||||||
|
"scannerVersion": null,
|
||||||
|
"flags": []
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user