@strajkpolski/mcp 0.3.2 → 0.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 +4 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -65,7 +65,10 @@ 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.3.
|
|
68
|
+
Wersja przypięta / pinned: `["-y", "@strajkpolski/mcp@0.3.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
|
+
|
|
70
|
+
### Remote MCP — ChatGPT connectors · Claude.ai custom connectors
|
|
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, 15 tools.
|
|
69
72
|
|
|
70
73
|
## 15 narzędzi / 15 tools
|
|
71
74
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strajkpolski/mcp",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"mcpName": "io.github.
|
|
3
|
+
"version": "0.3.4",
|
|
4
|
+
"mcpName": "io.github.Hei33enberg/strajkpolski-mcp",
|
|
5
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.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|