@lexbuild/mcp 1.23.2 → 1.23.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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @lexbuild/mcp
2
2
 
3
+ ## 1.23.3
4
+
3
5
  ## 1.22.0
4
6
 
5
7
  ### Minor Changes
package/dist/bin/http.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  createLogger,
6
6
  createServer,
7
7
  loadConfig
8
- } from "../chunk-RJRXYUPJ.js";
8
+ } from "../chunk-B5II2NP5.js";
9
9
 
10
10
  // src/transport/http.ts
11
11
  import { Hono } from "hono";
package/dist/bin/stdio.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  createLogger,
6
6
  createServer,
7
7
  loadConfig
8
- } from "../chunk-RJRXYUPJ.js";
8
+ } from "../chunk-B5II2NP5.js";
9
9
 
10
10
  // src/bin/stdio.ts
11
11
  import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
@@ -568,7 +568,7 @@ function createLogger(level, bindings) {
568
568
  }
569
569
 
570
570
  // src/lib/version.ts
571
- var VERSION = true ? "1.23.2" : "0.0.0-dev";
571
+ var VERSION = true ? "1.23.3" : "0.0.0-dev";
572
572
 
573
573
  // src/api/client.ts
574
574
  var LexBuildApiClient = class {
@@ -695,4 +695,4 @@ export {
695
695
  VERSION,
696
696
  LexBuildApiClient
697
697
  };
698
- //# sourceMappingURL=chunk-RJRXYUPJ.js.map
698
+ //# sourceMappingURL=chunk-B5II2NP5.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lexbuild/mcp",
3
- "version": "1.23.2",
3
+ "version": "1.23.3",
4
4
  "description": "Model Context Protocol server for LexBuild. Exposes U.S. legal sources to AI agents.",
5
5
  "author": "Chris Thomas",
6
6
  "license": "MIT",