@regle/mcp-server 1.19.7 → 1.19.9-beta.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.
@@ -538,6 +538,20 @@ var docs_data_default = {
538
538
  "example": "",
539
539
  "tags": {}
540
540
  },
541
+ {
542
+ "name": "isRegleInstance",
543
+ "kind": "function",
544
+ "description": "Checks if a value is a Regle instance (`r$`).\nUseful for integrations (e.g. Pinia) that need to identify Regle objects.",
545
+ "parameters": [{
546
+ "name": "value",
547
+ "type": "unknown",
548
+ "description": "",
549
+ "optional": false
550
+ }],
551
+ "returnType": "boolean",
552
+ "example": "",
553
+ "tags": {}
554
+ },
541
555
  {
542
556
  "name": "markStatic",
543
557
  "kind": "function",
@@ -1435,7 +1449,7 @@ var docs_data_default = {
1435
1449
  "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
1450
  "parameters": [{
1437
1451
  "name": "rules",
1438
- "type": "TRulesDelc",
1452
+ "type": "[...TRulesDelc]",
1439
1453
  "description": "- Two or more rules to chain together",
1440
1454
  "optional": false
1441
1455
  }],
@@ -1955,7 +1969,7 @@ function searchApi(query) {
1955
1969
  return results;
1956
1970
  }
1957
1971
 
1958
- var version = "1.19.7";
1972
+ var version = "1.19.9-beta.1";
1959
1973
 
1960
1974
  let posthogClient = null;
1961
1975
  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.7",
3
+ "version": "1.19.9-beta.1",
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.26.0",
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.2.4",
54
+ "dotenv": "17.3.1",
55
55
  "tsdown": "0.20.3",
56
56
  "tsx": "4.21.0",
57
57
  "typescript": "5.9.3"