normattiva-mcp 0.1.0 → 0.1.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.it.md CHANGED
@@ -36,7 +36,7 @@ Wrappa gli endpoint sincroni di lettura (ricerca, dettaglio atto, atti aggiornat
36
36
 
37
37
  ## Installazione e configurazione del client
38
38
 
39
- Una volta pubblicato, eseguilo con `npx`:
39
+ Eseguilo con `npx`:
40
40
 
41
41
  ```bash
42
42
  npx normattiva-mcp
package/README.md CHANGED
@@ -36,7 +36,7 @@ It wraps the synchronous read endpoints (search, article detail, recent updates)
36
36
 
37
37
  ## Installation & client configuration
38
38
 
39
- Once published, run via `npx`:
39
+ Run via `npx`:
40
40
 
41
41
  ```bash
42
42
  npx normattiva-mcp
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "normattiva-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MCP server wrapping the Normattiva OpenData API for Italian legislation (search, read articles, monitor recent updates).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",