@strajkpolski/mcp 0.3.1 → 0.3.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 +2 -3
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -91,10 +91,9 @@ Wszystkie **read-only**, bez klucza, bez trackingu. Rate-limit 1000/h/IP.
|
|
|
91
91
|
|
|
92
92
|
## 📚 Skille / Skills (Poland-Vault)
|
|
93
93
|
|
|
94
|
-
|
|
95
|
-
*(Skille są obecnie w repo [Poland-Vault](https://github.com/Hei33enberg/Poland-Vault); trwa konsolidacja do tego repozytorium pod jedną marką „Strajk Polski".)*
|
|
94
|
+
W katalogu [`skills/`](./skills) tego repo znajdziesz **44 skille bilingual (PL+EN)** — gotowe „fact-packi" o polskim państwie: budżet, dług, 460 posłów (emaile/kluby), 100 senatorów, 20 ministerstw, NFZ, ZUS, podatki, mObywatel, samorząd, IMGW, GIOŚ, sądy, policja, media publiczne i in. Każdy z linkami do gov.pl. Licencja MIT — bierz, remiksuj, cytuj. *(Dawniej osobne repo Poland-Vault — skonsolidowane tutaj pod jedną marką „Strajk Polski".)*
|
|
96
95
|
|
|
97
|
-
|
|
96
|
+
The [`skills/`](./skills) folder ships **44 bilingual (PL+EN) skills** — ready fact-packs about the Polish state, each linked to official gov sources. MIT — take, remix, cite. *(Formerly the standalone Poland-Vault repo — now consolidated here under one "Strajk Polski" brand.)*
|
|
98
97
|
|
|
99
98
|
## 🌍 Wizja / Vision — CivicVault
|
|
100
99
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strajkpolski/mcp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
|
+
"mcpName": "io.github.hei33enberg/strajkpolski-mcp",
|
|
4
5
|
"description": "MCP server dla Strajk Polski — zweryfikowane open data o polityce RP: dług publiczny, budżet państwa, 460 posłów Sejmu, głosowania, cytaty polityków, mapa rządu + koszt, semantyczny search korpusu, manifest, 44 skille Poland-Vault. 15 narzędzi dla Claude, Cursor, Manus, ChatGPT. Źródła: gov.pl/sejm.gov.pl.",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"bin": {
|