@yawlabs/aws-mcp 1.5.2 → 1.5.3
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -57029,7 +57029,7 @@ function errorToMcpResult(err, toolName) {
|
|
|
57029
57029
|
isError: true
|
|
57030
57030
|
};
|
|
57031
57031
|
}
|
|
57032
|
-
var version2 = true ? "1.5.
|
|
57032
|
+
var version2 = true ? "1.5.3" : (await null).createRequire(import.meta.url)("../package.json").version;
|
|
57033
57033
|
var isSeaBinary = (() => {
|
|
57034
57034
|
try {
|
|
57035
57035
|
const base = import.meta.url || pathToFileURL(process.execPath).href;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yawlabs/aws-mcp",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"mcpName": "io.github.YawLabs/aws-mcp",
|
|
5
5
|
"description": "AWS MCP server — call any AWS API from AI assistants, with first-class SSO re-login (no more 'browser won't open' dead ends)",
|
|
6
6
|
"license": "MIT",
|