@centia-io/mcp-server 1.0.15 → 1.0.16

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/centia-api.json +4 -4
  2. package/package.json +2 -2
package/centia-api.json CHANGED
@@ -854,7 +854,7 @@
854
854
  "tags": [
855
855
  "Feature"
856
856
  ],
857
- "description": "Delete a single feature by its primary key through a WFS-T transaction.",
857
+ "description": "Delete one or more features by primary key through a WFS-T transaction. Pass a single key or a comma-separated list (e.g. 1,2,3).",
858
858
  "operationId": "deleteFeature",
859
859
  "parameters": [
860
860
  {
@@ -880,12 +880,12 @@
880
880
  {
881
881
  "name": "feature",
882
882
  "in": "path",
883
- "description": "Primary key value of the feature",
883
+ "description": "Primary key value, or a comma-separated list of values (e.g. 1,2,3)",
884
884
  "required": true,
885
885
  "schema": {
886
886
  "type": "string"
887
887
  },
888
- "example": "1"
888
+ "example": "1,2"
889
889
  }
890
890
  ],
891
891
  "responses": {
@@ -893,7 +893,7 @@
893
893
  "description": "Deleted"
894
894
  },
895
895
  "404": {
896
- "description": "Feature not found"
896
+ "description": "No features found"
897
897
  }
898
898
  }
899
899
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@centia-io/mcp-server",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -22,7 +22,7 @@
22
22
  "author": "",
23
23
  "license": "ISC",
24
24
  "dependencies": {
25
- "@centia-io/sdk": "^0.2.9",
25
+ "@centia-io/sdk": "^0.2.11",
26
26
  "@modelcontextprotocol/sdk": "^1.26.0",
27
27
  "axios": "^1.13.5",
28
28
  "zod": "^4.3.6"