@houtini/lm 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
- # Houtini LM - Local AI Development Assistant
1
+ # Houtini LM - LM Studio MCP Server with Expert Prompt Library and Custom Prompting
2
2
 
3
- **Version**: 1.0.0
4
- **Your unlimited AI companion for code analysis, generation, and creativity**
3
+ **Version**: 1.0.1
4
+ **Your unlimited AI companion: This MCP server connects Claude to LM Studio for code analysis, generation, and creativity**
5
5
 
6
- Transform your development workflow with expert-level code analysis, professional documentation generation, and creative project scaffolding - all running locally without API costs.
6
+ Transform your development workflow with our expert-level prompt library for code analysis, professional documentation generation, and creative project scaffolding - all running locally without API costs. For developers, vibe coders and creators alike.
7
7
 
8
8
  ## What This Does
9
9
 
10
- Houtini LM **saves your Claude context window** by handling detailed analysis tasks locally whilst Claude focuses on strategy and complex problem-solving. Think of it as your intelligent coding assistant that never runs out of tokens.
10
+ Houtini LM **saves your Claude context window** by offloading detailed analysis tasks to LM Studio locally or on your company network whilst Claude focuses on strategy and complex problem-solving. Think of it as your intelligent coding assistant that never runs out of tokens.
11
11
 
12
12
  **Perfect for:**
13
13
  - 🔍 **Code analysis** - Deep insights into quality, security, and architecture
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@houtini/lm",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Local LM MCP server - unlimited AI-assisted development without API costs",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",