-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
70 lines (70 loc) · 1.85 KB
/
Copy pathserver.json
File metadata and controls
70 lines (70 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ondeinference/onde-cli",
"title": "Onde Inference CLI",
"description": "Manage your Onde Inference account and models: apps, model catalog, fine-tuned GGUF deploys.",
"version": "0.4.1",
"websiteUrl": "https://ondeinference.com/cli",
"repository": {
"url": "https://github.com/ondeinference/onde-cli",
"source": "github",
"id": "1207617309"
},
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@ondeinference/cli",
"version": "0.4.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"type": "named",
"name": "--mcp",
"description": "Run the CLI as an MCP server over stdio instead of launching the TUI.",
"isRequired": true
}
]
},
{
"registryType": "nuget",
"registryBaseUrl": "https://api.nuget.org/v3/index.json",
"identifier": "Onde.Cli",
"version": "0.4.1",
"runtimeHint": "dnx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"type": "named",
"name": "--mcp",
"description": "Run the CLI as an MCP server over stdio instead of launching the TUI.",
"isRequired": true
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"categories": ["developer-tools", "ai"],
"keywords": [
"onde",
"inference",
"llm",
"fine-tuning",
"lora",
"gguf",
"hugging face",
"model deployment",
"on-device"
],
"products": {
"Onde Inference": "https://ondeinference.com"
}
}
}
}