commit 5ab4a3b9dbfaf446fcc5e360df90d2b70361f171 Author: Zhongwei Li Date: Sun Nov 30 09:04:34 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..3e40a05 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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" + ] + } + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..875850d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# aws-sso-mcp + +MCP server for refreshing AWS SSO authentication tokens diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..999c1a0 --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file