@regle/mcp-server 1.20.0-preview.4 → 1.20.0-preview.5
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 +1 -1
- package/package.json +1 -1
package/dist/regle-mcp-server.js
CHANGED
|
@@ -2006,7 +2006,7 @@ function searchApi(query) {
|
|
|
2006
2006
|
return results;
|
|
2007
2007
|
}
|
|
2008
2008
|
|
|
2009
|
-
var version = "1.20.0-preview.
|
|
2009
|
+
var version = "1.20.0-preview.5";
|
|
2010
2010
|
|
|
2011
2011
|
let posthogClient = null;
|
|
2012
2012
|
posthogClient = new PostHog("phc_kqgJoylCpKkGkkRGxb4MyN2mViehoQcUFEGwVkk4l8E", {
|