@regle/mcp-server 1.16.0 → 1.16.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.
@@ -1814,7 +1814,7 @@ function searchApi(query) {
1814
1814
  return results;
1815
1815
  }
1816
1816
 
1817
- var version = "1.16.0";
1817
+ var version = "1.16.1";
1818
1818
 
1819
1819
  let posthogClient = null;
1820
1820
  posthogClient = new PostHog("phc_kqgJoylCpKkGkkRGxb4MyN2mViehoQcUFEGwVkk4l8E", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regle/mcp-server",
3
- "version": "1.16.0",
3
+ "version": "1.16.1",
4
4
  "description": "MCP Server for Regle",
5
5
  "dependencies": {
6
6
  "@modelcontextprotocol/sdk": "1.25.1",