@regle/mcp-server 1.18.0-beta.2 → 1.18.0-beta.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/regle-mcp-server.js +1 -1
- package/package.json +1 -1
package/dist/regle-mcp-server.js
CHANGED
|
@@ -1890,7 +1890,7 @@ function searchApi(query) {
|
|
|
1890
1890
|
return results;
|
|
1891
1891
|
}
|
|
1892
1892
|
|
|
1893
|
-
var version = "1.18.0-beta.
|
|
1893
|
+
var version = "1.18.0-beta.3";
|
|
1894
1894
|
|
|
1895
1895
|
let posthogClient = null;
|
|
1896
1896
|
posthogClient = new PostHog("phc_kqgJoylCpKkGkkRGxb4MyN2mViehoQcUFEGwVkk4l8E", {
|