mcp-zenskar 2.0.1 → 2.0.3
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/dist/mcp-config.json +8 -0
- package/package.json +1 -1
package/dist/mcp-config.json
CHANGED
|
@@ -5547,6 +5547,14 @@
|
|
|
5547
5547
|
"type": "string",
|
|
5548
5548
|
"required": false,
|
|
5549
5549
|
"position": "query"
|
|
5550
|
+
},
|
|
5551
|
+
{
|
|
5552
|
+
"name": "resource__neq",
|
|
5553
|
+
"description": "Exclude jobs whose resource type equals this value. Defaults to 'revenue_posting' to hide noisy internal revenue-recognition jobs; pass a different value or empty string to override.",
|
|
5554
|
+
"type": "string",
|
|
5555
|
+
"required": false,
|
|
5556
|
+
"default": "revenue_posting",
|
|
5557
|
+
"position": "query"
|
|
5550
5558
|
}
|
|
5551
5559
|
],
|
|
5552
5560
|
"requestTemplate": {
|
package/package.json
CHANGED