@strajkpolski/mcp 0.4.2 → 0.4.3

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 CHANGED
@@ -65,7 +65,7 @@ Because **the future of search is AI agents.** When someone asks ChatGPT / Claud
65
65
  }
66
66
  ```
67
67
 
68
- Wersja przypięta / pinned: `["-y", "@strajkpolski/mcp@0.4.2"]`. Bez instalacji / no install: REST pod `https://strajkpolski.org/api/`. Pełny kontekst dla LLM / full LLM context: `https://strajkpolski.org/llms.txt`.
68
+ Wersja przypięta / pinned: `["-y", "@strajkpolski/mcp@0.4.3"]`. Bez instalacji / no install: REST pod `https://strajkpolski.org/api/`. Pełny kontekst dla LLM / full LLM context: `https://strajkpolski.org/llms.txt`.
69
69
 
70
70
  ### Remote MCP — ChatGPT connectors · Claude.ai custom connectors
71
71
  Bez `npx` — podłącz zdalny serwer (Streamable HTTP, bez klucza, read-only): **`https://strajkpolski.org/api/mcp`**. Wklej ten URL w ChatGPT (Connectors) lub Claude.ai (Custom connectors). / Paste this URL into ChatGPT Connectors or Claude.ai Custom connectors — no auth, 25 tools.
package/dist/index.js CHANGED
@@ -48,7 +48,7 @@ const VERSION = process.env.npm_package_version ||
48
48
  return require("../package.json").version;
49
49
  }
50
50
  catch {
51
- return "0.4.2";
51
+ return "0.4.3";
52
52
  }
53
53
  })();
54
54
  const API_BASE = process.env.STRAJKPOLSKI_API_BASE || "https://strajkpolski.org/api";
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@strajkpolski/mcp",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "mcpName": "io.github.Hei33enberg/strajkpolski-mcp",
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, wyszukiwarka kast (sędziowie/prokuratorzy/komornicy/syndycy/sądy/komisariaty/ranking/nominacje/oświadczenia), semantyczny search korpusu (RAG), manifest, 45 skilli Poland-Vault (PL+EN). 25 narzędzi dla Claude, Cursor, Windsurf, ChatGPT, Manus. Źródła: gov.pl/sejm.gov.pl/dane.gov.pl.",
5
+ "description": "MCP Strajk Polski — zweryfikowane open data o RP dla agentów AI: dług, budżet, 460 posłów, głosowania, rząd + koszt, wyszukiwarka kast (sędziowie/prokuratorzy/komornicy, neo-KRS, oświadczenia), RAG. 25 narzędzi + 45 skilli PL+EN. Źródła: gov.pl.",
6
6
  "type": "module",
7
7
  "bin": {
8
8
  "strajkpolski-mcp": "./dist/index.js"