@skemacms/mcp-server 1.2.0 → 1.2.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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -52,7 +52,6 @@ Ajoutez dans vos paramètres MCP :
52
52
  | Variable | Description | Requis |
53
53
  | ---------------- | ------------------------------------------------------- | ------ |
54
54
  | `SKEMA_API_KEY` | Clé API Skema (format `pk_live_xxx`) | Oui |
55
- | `SKEMA_BASE_URL` | URL de l'API Skema (défaut: `https://api.skemacms.com`) | Non |
56
55
 
57
56
  ## Outils disponibles (11 outils)
58
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skemacms/mcp-server",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Serveur MCP officiel pour Skema CMS - Connectez Claude Desktop a vos donnees",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",