@houtini/lm 2.9.0 → 2.11.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@houtini/lm",
3
- "version": "2.9.0",
3
+ "version": "2.11.0",
4
4
  "type": "module",
5
5
  "description": "MCP server for local LLMs — connects to LM Studio or any OpenAI-compatible endpoint",
6
6
  "mcpName": "io.github.houtini-ai/lm",
@@ -11,6 +11,7 @@
11
11
  "scripts": {
12
12
  "build": "tsc && node add-shebang.mjs",
13
13
  "dev": "tsc --watch",
14
+ "shakedown": "node shakedown.mjs",
14
15
  "prepublishOnly": "npm run build"
15
16
  },
16
17
  "keywords": [
package/server.json CHANGED
@@ -7,12 +7,12 @@
7
7
  "url": "https://github.com/houtini-ai/lm",
8
8
  "source": "github"
9
9
  },
10
- "version": "2.9.0",
10
+ "version": "2.11.0",
11
11
  "packages": [
12
12
  {
13
13
  "registryType": "npm",
14
14
  "identifier": "@houtini/lm",
15
- "version": "2.9.0",
15
+ "version": "2.11.0",
16
16
  "transport": [
17
17
  {
18
18
  "type": "stdio"