ibge-br-mcp 3.0.0 → 3.0.2
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 +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[](https://mseep.ai/app/sidneybissoli-ibge-br-mcp)
|
|
2
2
|
|
|
3
|
-
#
|
|
3
|
+
# IBGE Brasil MCP Server
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/ibge-br-mcp)
|
|
6
6
|
[](https://www.npmjs.com/package/ibge-br-mcp)
|
package/dist/server.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
|
|
2
2
|
export declare const SERVER_NAME = "ibge-br-mcp";
|
|
3
|
-
export declare const SERVER_VERSION = "3.0.
|
|
3
|
+
export declare const SERVER_VERSION = "3.0.2";
|
|
4
4
|
/**
|
|
5
5
|
* Builds and configures the IBGE MCP Server with all tools, resources, and
|
|
6
6
|
* prompts registered. Side-effect-free: it does NOT connect a transport, so it
|
package/dist/server.js
CHANGED
|
@@ -13,7 +13,7 @@ import { registerResources } from "./resources.js";
|
|
|
13
13
|
import { registerPrompts } from "./prompts.js";
|
|
14
14
|
// Server metadata
|
|
15
15
|
export const SERVER_NAME = "ibge-br-mcp";
|
|
16
|
-
export const SERVER_VERSION = "3.0.
|
|
16
|
+
export const SERVER_VERSION = "3.0.2";
|
|
17
17
|
/**
|
|
18
18
|
* Every tool here is a read-only query against a public REST API: it never
|
|
19
19
|
* mutates state (`readOnlyHint`), repeating a call yields the same effect
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ibge-br-mcp",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"mcpName": "io.github.SidneyBissoli/ibge-br-mcp",
|
|
5
5
|
"description": "MCP server giving AI assistants live, sourced access to Brazilian public data — geography, census, economy and health — from the official IBGE APIs. Exact figures with provenance, not approximations.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"bin": {
|
|
9
|
-
"ibge-br-mcp": "
|
|
9
|
+
"ibge-br-mcp": "dist/index.js"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"dist"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"author": "Sidney da Silva Pereira Bissoli",
|
|
57
57
|
"license": "MIT",
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
59
|
+
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
60
60
|
"zod": "^3.23.8"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
},
|
|
77
77
|
"repository": {
|
|
78
78
|
"type": "git",
|
|
79
|
-
"url": "https://github.com/SidneyBissoli/ibge-br-mcp"
|
|
79
|
+
"url": "git+https://github.com/SidneyBissoli/ibge-br-mcp.git"
|
|
80
80
|
},
|
|
81
81
|
"homepage": "https://github.com/SidneyBissoli/ibge-br-mcp#readme",
|
|
82
82
|
"bugs": {
|