bcb-br-mcp 1.3.3 → 1.3.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/README.md +2 -2
- package/README.pt-BR.md +1 -1
- package/dist/tools.js +1 -1
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# BCB
|
|
1
|
+
# Brazilian Central Bank (BCB) - MCP
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/bcb-br-mcp)
|
|
4
4
|
[](https://www.npmjs.com/package/bcb-br-mcp)
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
[Leia em Português](README.pt-BR.md)
|
|
14
14
|
|
|
15
|
-
MCP (Model Context Protocol) server for
|
|
15
|
+
MCP (Model Context Protocol) server for the **Brazilian Central Bank** (Banco Central do Brasil, **BCB**) time series data (SGS/BCB).
|
|
16
16
|
|
|
17
17
|
Query economic and financial indicators such as **Selic** (interest rate), **IPCA** (inflation), **exchange rates**, **GDP**, and more, directly from AI assistants like Claude.
|
|
18
18
|
|
package/README.pt-BR.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# BCB
|
|
1
|
+
# Banco Central do Brasil (BCB) - MCP
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/bcb-br-mcp)
|
|
4
4
|
[](https://www.npmjs.com/package/bcb-br-mcp)
|
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.4";
|
|
31
31
|
export function setServerVersion(version) {
|
|
32
32
|
serverVersion = version;
|
|
33
33
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bcb-br-mcp",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"mcpName": "io.github.SidneyBissoli/bcb-br-mcp",
|
|
5
|
-
"description": "MCP
|
|
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",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"bin": {
|
|
@@ -22,7 +22,10 @@
|
|
|
22
22
|
"model-context-protocol",
|
|
23
23
|
"bcb",
|
|
24
24
|
"banco-central",
|
|
25
|
+
"banco-central-do-brasil",
|
|
25
26
|
"central-bank",
|
|
27
|
+
"brazilian-central-bank",
|
|
28
|
+
"sgs",
|
|
26
29
|
"brazil",
|
|
27
30
|
"brazilian",
|
|
28
31
|
"selic",
|