@regle/mcp-server 1.19.7 → 1.19.8
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/regle-mcp-server.js +2 -2
- package/package.json +3 -3
package/dist/regle-mcp-server.js
CHANGED
|
@@ -1435,7 +1435,7 @@ var docs_data_default = {
|
|
|
1435
1435
|
"description": "The `pipe` operator chains multiple rules together, where each rule only runs\nif all previous rules have passed. This is useful for sequential validation\nwhere later rules depend on earlier ones passing.",
|
|
1436
1436
|
"parameters": [{
|
|
1437
1437
|
"name": "rules",
|
|
1438
|
-
"type": "TRulesDelc",
|
|
1438
|
+
"type": "[...TRulesDelc]",
|
|
1439
1439
|
"description": "- Two or more rules to chain together",
|
|
1440
1440
|
"optional": false
|
|
1441
1441
|
}],
|
|
@@ -1955,7 +1955,7 @@ function searchApi(query) {
|
|
|
1955
1955
|
return results;
|
|
1956
1956
|
}
|
|
1957
1957
|
|
|
1958
|
-
var version = "1.19.
|
|
1958
|
+
var version = "1.19.8";
|
|
1959
1959
|
|
|
1960
1960
|
let posthogClient = null;
|
|
1961
1961
|
posthogClient = new PostHog("phc_kqgJoylCpKkGkkRGxb4MyN2mViehoQcUFEGwVkk4l8E", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regle/mcp-server",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.8",
|
|
4
4
|
"description": "MCP Server for Regle",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@modelcontextprotocol/sdk": "1.
|
|
48
|
+
"@modelcontextprotocol/sdk": "1.27.0",
|
|
49
49
|
"posthog-node": "5.24.1",
|
|
50
50
|
"zod": "4.3.6"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/node": "24.10.13",
|
|
54
|
-
"dotenv": "17.
|
|
54
|
+
"dotenv": "17.3.1",
|
|
55
55
|
"tsdown": "0.20.3",
|
|
56
56
|
"tsx": "4.21.0",
|
|
57
57
|
"typescript": "5.9.3"
|