mcp-zenskar 1.0.2 → 1.0.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 +1 -1
- package/package.json +1 -1
- package/src/mcp-config.json +1 -1
package/README.md
CHANGED
package/package.json
CHANGED
package/src/mcp-config.json
CHANGED
|
@@ -4037,7 +4037,7 @@
|
|
|
4037
4037
|
},
|
|
4038
4038
|
{
|
|
4039
4039
|
"name": "dataschema",
|
|
4040
|
-
"description": "Data schema of raw metric (JSON object).
|
|
4040
|
+
"description": "Data schema of raw metric (JSON object). Structure: {\"data\": {custom_fields}, \"timestamp\": \"DateTime64\", \"customer_id\": \"String\"}. The 'data' object contains your custom fields, while 'timestamp' and 'customer_id' are separate required fields. Supported data types: Bool, UUID, Int64, Date32, String, Decimal, Float64, DateTime64. Example: {\"data\": {\"usage_amount\": \"Decimal\", \"feature_id\": \"UUID\"}, \"timestamp\": \"DateTime64\", \"customer_id\": \"String\"}",
|
|
4041
4041
|
"type": "object",
|
|
4042
4042
|
"required": true,
|
|
4043
4043
|
"position": "body"
|