@regle/mcp-server 1.20.1 → 1.20.2

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.
@@ -2006,7 +2006,7 @@ function searchApi(query) {
2006
2006
  return results;
2007
2007
  }
2008
2008
 
2009
- var version = "1.20.1";
2009
+ var version = "1.20.2";
2010
2010
 
2011
2011
  let posthogClient = null;
2012
2012
  posthogClient = new PostHog("phc_kqgJoylCpKkGkkRGxb4MyN2mViehoQcUFEGwVkk4l8E", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regle/mcp-server",
3
- "version": "1.20.1",
3
+ "version": "1.20.2",
4
4
  "description": "MCP Server for Regle",
5
5
  "keywords": [
6
6
  "ai",
@@ -45,17 +45,17 @@
45
45
  "access": "public"
46
46
  },
47
47
  "dependencies": {
48
- "@modelcontextprotocol/sdk": "1.27.0",
49
- "posthog-node": "5.24.1",
48
+ "@modelcontextprotocol/sdk": "1.27.1",
49
+ "posthog-node": "5.28.0",
50
50
  "zod": "4.3.6"
51
51
  },
52
52
  "devDependencies": {
53
- "@types/node": "24.10.13",
53
+ "@types/node": "24.12.0",
54
+ "@typescript/native-preview": "7.0.0-dev.20260305.1",
54
55
  "dotenv": "17.3.1",
55
56
  "tsdown": "0.20.3",
56
57
  "tsx": "4.21.0",
57
- "typescript": "5.9.3",
58
- "@typescript/native-preview": "7.0.0-dev.20260303.1"
58
+ "typescript": "5.9.3"
59
59
  },
60
60
  "scripts": {
61
61
  "typecheck": "tsgo --noEmit",