@ansvar/eu-regulations-mcp 0.3.0 → 0.3.1
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/data/regulations.db +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -201,7 +201,7 @@ npm start
|
|
|
201
201
|
- [TEST_QUERIES.md](./TEST_QUERIES.md) - 60+ example queries organized by category
|
|
202
202
|
- [COVERAGE_GAPS.md](./COVERAGE_GAPS.md) - Known limitations and roadmap
|
|
203
203
|
|
|
204
|
-
**TL;DR:** Base regulations
|
|
204
|
+
**TL;DR:** Base regulations work perfectly. Recitals available for GDPR (173); other regulations blocked by EUR-Lex WAF protection (2026-01-27). Delegated acts and national transpositions are roadmap items.
|
|
205
205
|
|
|
206
206
|
---
|
|
207
207
|
|
package/data/regulations.db
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ansvar/eu-regulations-mcp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "The first open-source MCP server for European cybersecurity regulations. Query DORA, NIS2, GDPR, EU AI Act, and more directly from Claude.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|