@vinkius-core/mcp-fusion-aws 3.1.11 → 3.1.13

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.
Files changed (1) hide show
  1. package/package.json +67 -67
package/package.json CHANGED
@@ -1,70 +1,70 @@
1
1
  {
2
- "name": "@vinkius-core/mcp-fusion-aws",
3
- "version": "3.1.11",
4
- "description": "AWS Lambda & Step Functions connector for MCP Fusion. Auto-discovers tagged resources and produces GroupedToolBuilders — so AI agents can invoke your cloud functions natively.",
5
- "type": "module",
6
- "main": "dist/index.js",
7
- "types": "dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "import": "./dist/index.js",
11
- "types": "./dist/index.d.ts"
12
- }
2
+ "name": "@vinkius-core/mcp-fusion-aws",
3
+ "version": "3.1.13",
4
+ "description": "AWS Lambda & Step Functions connector for MCP Fusion. Auto-discovers tagged resources and produces GroupedToolBuilders — so AI agents can invoke your cloud functions natively.",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "types": "dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./dist/index.js",
11
+ "types": "./dist/index.d.ts"
12
+ }
13
+ },
14
+ "scripts": {
15
+ "build": "tsc",
16
+ "test": "vitest run",
17
+ "prepublishOnly": "npm run build"
18
+ },
19
+ "keywords": [
20
+ "mcp",
21
+ "aws",
22
+ "lambda",
23
+ "step-functions",
24
+ "mcp-fusion",
25
+ "serverless",
26
+ "ai",
27
+ "llm",
28
+ "connector"
29
+ ],
30
+ "author": "Vinkius Labs",
31
+ "repository": {
32
+ "type": "git",
33
+ "url": "git+https://github.com/vinkius-labs/mcp-fusion.git",
34
+ "directory": "packages/aws"
35
+ },
36
+ "bugs": {
37
+ "url": "https://github.com/vinkius-labs/mcp-fusion/issues"
38
+ },
39
+ "homepage": "https://mcp-fusion.vinkius.com/",
40
+ "files": [
41
+ "dist",
42
+ "README.md"
43
+ ],
44
+ "engines": {
45
+ "node": ">=18.0.0"
46
+ },
47
+ "publishConfig": {
48
+ "access": "public"
49
+ },
50
+ "peerDependencies": {
51
+ "@aws-sdk/client-lambda": "^3.0.0",
52
+ "@aws-sdk/client-sfn": "^3.0.0",
53
+ "@vinkius-core/mcp-fusion": "^2.0.0"
54
+ },
55
+ "peerDependenciesMeta": {
56
+ "@aws-sdk/client-lambda": {
57
+ "optional": true
13
58
  },
14
- "scripts": {
15
- "build": "tsc",
16
- "test": "vitest run",
17
- "prepublishOnly": "npm run build"
18
- },
19
- "keywords": [
20
- "mcp",
21
- "aws",
22
- "lambda",
23
- "step-functions",
24
- "mcp-fusion",
25
- "serverless",
26
- "ai",
27
- "llm",
28
- "connector"
29
- ],
30
- "author": "Vinkius Labs",
31
- "repository": {
32
- "type": "git",
33
- "url": "git+https://github.com/vinkius-labs/mcp-fusion.git",
34
- "directory": "packages/aws"
35
- },
36
- "bugs": {
37
- "url": "https://github.com/vinkius-labs/mcp-fusion/issues"
38
- },
39
- "homepage": "https://mcp-fusion.vinkius.com/",
40
- "files": [
41
- "dist",
42
- "README.md"
43
- ],
44
- "engines": {
45
- "node": ">=18.0.0"
46
- },
47
- "publishConfig": {
48
- "access": "public"
49
- },
50
- "peerDependencies": {
51
- "@aws-sdk/client-lambda": "^3.0.0",
52
- "@aws-sdk/client-sfn": "^3.0.0",
53
- "@vinkius-core/mcp-fusion": "^2.0.0"
54
- },
55
- "peerDependenciesMeta": {
56
- "@aws-sdk/client-lambda": {
57
- "optional": true
58
- },
59
- "@aws-sdk/client-sfn": {
60
- "optional": true
61
- }
62
- },
63
- "devDependencies": {
64
- "@aws-sdk/client-lambda": "^3.0.0",
65
- "@aws-sdk/client-sfn": "^3.0.0",
66
- "@types/node": "^25.3.0",
67
- "@vinkius-core/mcp-fusion": ">=2.14.0"
68
- },
69
- "license": "Apache-2.0"
59
+ "@aws-sdk/client-sfn": {
60
+ "optional": true
61
+ }
62
+ },
63
+ "devDependencies": {
64
+ "@aws-sdk/client-lambda": "^3.0.0",
65
+ "@aws-sdk/client-sfn": "^3.0.0",
66
+ "@types/node": "^25.3.0",
67
+ "@vinkius-core/mcp-fusion": ">=2.14.0"
68
+ },
69
+ "license": "Apache-2.0"
70
70
  }