@globalpayments/vega-mcp-stdio-server 0.2.2 → 0.2.4
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/index.js +3 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -56613,14 +56613,14 @@ var VegaMcpServerFactory = class _VegaMcpServerFactory {
|
|
|
56613
56613
|
* {@link DEFAULT_SERVER_VERSION} for unit tests and ad-hoc runs.
|
|
56614
56614
|
*/
|
|
56615
56615
|
static resolveServerVersion() {
|
|
56616
|
-
return true ? "0.2.
|
|
56616
|
+
return true ? "0.2.4" : DEFAULT_SERVER_VERSION;
|
|
56617
56617
|
}
|
|
56618
56618
|
/*
|
|
56619
56619
|
* Applies an injected blob SAS token to process.env when present.
|
|
56620
56620
|
*/
|
|
56621
56621
|
static applyInjectedBlobSasFromBuild() {
|
|
56622
|
-
if (!process.env.VEGA_MCP_BLOB_SAS && true && "sp=
|
|
56623
|
-
process.env.VEGA_MCP_BLOB_SAS = "sp=
|
|
56622
|
+
if (!process.env.VEGA_MCP_BLOB_SAS && true && "sp=rl&st=2026-06-19T20:08:36Z&se=2099-06-20T04:23:36Z&spr=https&sv=2026-02-06&sr=c&sig=Z%2F4ivZAT0FH0OJFHOVUUuQlRZKG5YFxtE10h0rDBcU8%3D") {
|
|
56623
|
+
process.env.VEGA_MCP_BLOB_SAS = "sp=rl&st=2026-06-19T20:08:36Z&se=2099-06-20T04:23:36Z&spr=https&sv=2026-02-06&sr=c&sig=Z%2F4ivZAT0FH0OJFHOVUUuQlRZKG5YFxtE10h0rDBcU8%3D";
|
|
56624
56624
|
}
|
|
56625
56625
|
}
|
|
56626
56626
|
/**
|