mcp-aws-manager 0.3.0 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mcp-aws-manager",
3
- "version": "0.3.0",
4
- "description": "AWS operations CLI and MCP server (SSM-only) for EC2 inventory, remediation, and runtime snapshots",
3
+ "version": "0.3.2",
4
+ "description": "AWS operations CLI and MCP server (SSM-only) for EC2/Lambda inventory, remediation, and runtime snapshots",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -12,6 +12,7 @@
12
12
  "model-context-protocol",
13
13
  "aws",
14
14
  "ec2",
15
+ "lambda",
15
16
  "inventory",
16
17
  "cli"
17
18
  ],
@@ -23,13 +24,22 @@
23
24
  },
24
25
  "files": [
25
26
  "bin",
26
- "MCP_CLIENT_SETUP.md"
27
+ "MCP_CLIENT_SETUP.md",
28
+ "AGENT_GUIDANCE_LOOP_TEMPLATE_KO.md",
29
+ "IMPLEMENTATION_INTEGRATIONS.md",
30
+ "MCP_DIFFERENTIATION.md"
27
31
  ],
28
32
  "engines": {
29
33
  "node": ">=18"
30
34
  },
31
35
  "dependencies": {
36
+ "@aws-sdk/client-auto-scaling": "^3.848.0",
32
37
  "@aws-sdk/client-ec2": "^3.848.0",
38
+ "@aws-sdk/client-elastic-load-balancing-v2": "^3.848.0",
39
+ "@aws-sdk/client-elasticache": "^3.848.0",
40
+ "@aws-sdk/client-lambda": "^3.848.0",
41
+ "@aws-sdk/client-rds": "^3.848.0",
42
+ "@aws-sdk/client-route-53": "^3.848.0",
33
43
  "@aws-sdk/client-ssm": "^3.848.0",
34
44
  "@aws-sdk/client-sts": "^3.848.0",
35
45
  "@aws-sdk/credential-providers": "^3.848.0",