@houtini/lm 2.4.1 → 2.8.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/server.json CHANGED
@@ -1,44 +1,44 @@
1
- {
2
- "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
- "name": "Houtini LM",
4
- "description": "MCP server that connects Claude to any OpenAI-compatible LLM endpoint. Offload routine analysis to a local model and preserve your Claude context window.",
5
- "icon": "https://houtini.ai/favicon.ico",
6
- "repository": {
7
- "url": "https://github.com/houtini-ai/lm",
8
- "source": "github"
9
- },
10
- "version": "2.0.1",
11
- "packages": [
12
- {
13
- "registryType": "npm",
14
- "identifier": "@houtini/lm",
15
- "version": "2.0.1",
16
- "transport": [
17
- {
18
- "type": "stdio"
19
- }
20
- ],
21
- "environmentVariables": [
22
- {
23
- "name": "LM_STUDIO_URL",
24
- "description": "Base URL of the OpenAI-compatible API endpoint",
25
- "isRequired": false,
26
- "format": "url"
27
- },
28
- {
29
- "name": "LM_STUDIO_MODEL",
30
- "description": "Model identifier to use for requests (auto-detected if not set)",
31
- "isRequired": false,
32
- "format": "string"
33
- },
34
- {
35
- "name": "LM_STUDIO_PASSWORD",
36
- "description": "Bearer token for API authentication (no auth if blank)",
37
- "isRequired": false,
38
- "isSecret": true,
39
- "format": "string"
40
- }
41
- ]
42
- }
43
- ]
44
- }
1
+ {
2
+ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
+ "name": "Houtini LM",
4
+ "description": "MCP server that connects Claude to any OpenAI-compatible LLM endpoint. Offload routine analysis to a local model and preserve your Claude context window.",
5
+ "icon": "https://houtini.ai/favicon.ico",
6
+ "repository": {
7
+ "url": "https://github.com/houtini-ai/lm",
8
+ "source": "github"
9
+ },
10
+ "version": "2.8.0",
11
+ "packages": [
12
+ {
13
+ "registryType": "npm",
14
+ "identifier": "@houtini/lm",
15
+ "version": "2.8.0",
16
+ "transport": [
17
+ {
18
+ "type": "stdio"
19
+ }
20
+ ],
21
+ "environmentVariables": [
22
+ {
23
+ "name": "LM_STUDIO_URL",
24
+ "description": "Base URL of the OpenAI-compatible API endpoint",
25
+ "isRequired": false,
26
+ "format": "url"
27
+ },
28
+ {
29
+ "name": "LM_STUDIO_MODEL",
30
+ "description": "Model identifier to use for requests (auto-detected if not set)",
31
+ "isRequired": false,
32
+ "format": "string"
33
+ },
34
+ {
35
+ "name": "LM_STUDIO_PASSWORD",
36
+ "description": "Bearer token for API authentication (no auth if blank)",
37
+ "isRequired": false,
38
+ "isSecret": true,
39
+ "format": "string"
40
+ }
41
+ ]
42
+ }
43
+ ]
44
+ }