@aws/nx-plugin-mcp 0.119.0 → 0.120.0
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 +1 -1
- package/src/py/agent/schema.json +1 -1
- package/src/py/fast-api/schema.json +2 -2
- package/src/py/mcp-server/schema.json +1 -1
- package/src/smithy/ts/api/schema.json +2 -2
- package/src/trpc/backend/schema.json +2 -2
- package/src/ts/agent/schema.json +1 -1
- package/src/ts/mcp-server/schema.json +1 -1
package/package.json
CHANGED
package/src/py/agent/schema.json
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"auth": {
|
|
40
40
|
"type": "string",
|
|
41
|
-
"description": "The method used to authenticate with your Agent.
|
|
41
|
+
"description": "The method used to authenticate with your Agent. Only applicable when computeType is set (ignored when computeType is None).",
|
|
42
42
|
"default": "IAM",
|
|
43
43
|
"enum": ["IAM", "Cognito"],
|
|
44
44
|
"x-prompt": "How would you like to authenticate with your Agent?",
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
},
|
|
48
48
|
"auth": {
|
|
49
49
|
"type": "string",
|
|
50
|
-
"description": "The method used to authenticate with your API. Choose between IAM (default), Cognito or
|
|
50
|
+
"description": "The method used to authenticate with your API. Choose between IAM (default), Cognito or Custom.",
|
|
51
51
|
"default": "IAM",
|
|
52
|
-
"enum": ["IAM", "Cognito", "
|
|
52
|
+
"enum": ["IAM", "Cognito", "Custom"],
|
|
53
53
|
"x-prompt": "How would you like users to authenticate with your API?",
|
|
54
54
|
"x-priority": "important"
|
|
55
55
|
},
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"auth": {
|
|
32
32
|
"type": "string",
|
|
33
|
-
"description": "The method used to authenticate with your MCP server.
|
|
33
|
+
"description": "The method used to authenticate with your MCP server. Only applicable when computeType is set (ignored when computeType is None).",
|
|
34
34
|
"default": "IAM",
|
|
35
35
|
"enum": ["IAM", "Cognito"],
|
|
36
36
|
"x-prompt": "How would you like to authenticate with your MCP server?",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
},
|
|
52
52
|
"auth": {
|
|
53
53
|
"type": "string",
|
|
54
|
-
"description": "The method used to authenticate with your API. Choose between IAM (default), Cognito or
|
|
54
|
+
"description": "The method used to authenticate with your API. Choose between IAM (default), Cognito or Custom.",
|
|
55
55
|
"default": "IAM",
|
|
56
|
-
"enum": ["IAM", "Cognito", "
|
|
56
|
+
"enum": ["IAM", "Cognito", "Custom"],
|
|
57
57
|
"x-prompt": "How would you like users to authenticate with your API?",
|
|
58
58
|
"x-priority": "important"
|
|
59
59
|
},
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
},
|
|
46
46
|
"auth": {
|
|
47
47
|
"type": "string",
|
|
48
|
-
"description": "The method used to authenticate with your API. Choose between IAM (default), Cognito or
|
|
48
|
+
"description": "The method used to authenticate with your API. Choose between IAM (default), Cognito or Custom.",
|
|
49
49
|
"default": "IAM",
|
|
50
|
-
"enum": ["IAM", "Cognito", "
|
|
50
|
+
"enum": ["IAM", "Cognito", "Custom"],
|
|
51
51
|
"x-prompt": "How would you like users to authenticate with your API?",
|
|
52
52
|
"x-priority": "important"
|
|
53
53
|
},
|
package/src/ts/agent/schema.json
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"auth": {
|
|
40
40
|
"type": "string",
|
|
41
|
-
"description": "The method used to authenticate with your Agent.
|
|
41
|
+
"description": "The method used to authenticate with your Agent. Only applicable when computeType is set (ignored when computeType is None).",
|
|
42
42
|
"default": "IAM",
|
|
43
43
|
"enum": ["IAM", "Cognito"],
|
|
44
44
|
"x-prompt": "How would you like to authenticate with your Agent?",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"auth": {
|
|
32
32
|
"type": "string",
|
|
33
|
-
"description": "The method used to authenticate with your MCP server.
|
|
33
|
+
"description": "The method used to authenticate with your MCP server. Only applicable when computeType is set (ignored when computeType is None).",
|
|
34
34
|
"default": "IAM",
|
|
35
35
|
"enum": ["IAM", "Cognito"],
|
|
36
36
|
"x-prompt": "How would you like to authenticate with your MCP server?",
|