bcb-br-mcp 1.3.4 → 1.3.5
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/tools.js +1 -1
- package/package.json +1 -1
package/dist/tools.js
CHANGED
|
@@ -27,7 +27,7 @@ export const WORKER_CONFIG = {
|
|
|
27
27
|
// A static `import "../package.json"` is avoided on purpose: it breaks tsc's rootDir
|
|
28
28
|
// and createRequire is unavailable in the Worker runtime (no nodejs_compat).
|
|
29
29
|
// The fallback is only used if no entry point injects a version; keep it = package.json.
|
|
30
|
-
let serverVersion = "1.3.
|
|
30
|
+
let serverVersion = "1.3.5";
|
|
31
31
|
export function setServerVersion(version) {
|
|
32
32
|
serverVersion = version;
|
|
33
33
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bcb-br-mcp",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.5",
|
|
4
4
|
"mcpName": "io.github.SidneyBissoli/bcb-br-mcp",
|
|
5
5
|
"description": "MCP server for the Brazilian Central Bank (Banco Central do Brasil, BCB) — SGS/BCB time series: Selic, IPCA, exchange rates, GDP and 150+ economic and financial indicators.",
|
|
6
6
|
"type": "module",
|