@houtini/lm 3.1.0 → 3.2.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/dist/index.js CHANGED
@@ -1889,7 +1889,7 @@ const SIDEKICK_INSTRUCTIONS = `Houtini-lm is a local LLM sidekick. It runs on th
1889
1889
  `When to reach for it: bounded, self-contained tasks you can describe in one message — explanations, boilerplate, test stubs, code review of pasted or file-loaded source, translations, commit messages, format conversion, brainstorming. Trades wall-clock time for tokens (typically 3-30× slower than frontier models).\n\n` +
1890
1890
  `When not to: tasks that need tool access, cross-file reasoning you haven't captured, or work fast enough to answer directly before the delegation round-trip completes.\n\n` +
1891
1891
  `Call \`discover\` in delegation-heavy sessions to see what model is loaded, its capability profile, and — after the first real call — its measured speed. The response footer reports cumulative tokens kept in the user's quota.`;
1892
- const server = new Server({ name: 'houtini-lm', version: '3.1.0' }, { capabilities: { tools: {}, resources: {} }, instructions: SIDEKICK_INSTRUCTIONS });
1892
+ const server = new Server({ name: 'houtini-lm', version: '3.2.0' }, { capabilities: { tools: {}, resources: {} }, instructions: SIDEKICK_INSTRUCTIONS });
1893
1893
  // ── MCP Resources ─────────────────────────────────────────────────────
1894
1894
  // Exposes session performance metrics as a readable resource so Claude can
1895
1895
  // proactively check offload efficiency and make smarter delegation decisions.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@houtini/lm",
3
- "version": "3.1.0",
3
+ "version": "3.2.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",
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": "3.1.0",
10
+ "version": "3.2.0",
11
11
  "packages": [
12
12
  {
13
13
  "registryType": "npm",
14
14
  "identifier": "@houtini/lm",
15
- "version": "3.1.0",
15
+ "version": "3.2.0",
16
16
  "transport": [
17
17
  {
18
18
  "type": "stdio"