forked from TinySuiteHQ/TinySearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
109 lines (109 loc) · 3.58 KB
/
Copy pathserver.json
File metadata and controls
109 lines (109 loc) · 3.58 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.TinySuiteHQ/tinysearch",
"description": "Fast discovery search and self-hosted web research for MCP agents.",
"version": "0.6.5",
"websiteUrl": "https://github.com/TinySuiteHQ/TinySearch",
"repository": {
"url": "https://github.com/TinySuiteHQ/TinySearch",
"source": "github",
"id": "1237429296"
},
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/marcellm01/tinysearch:v0.6.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "MCP_TRANSPORT",
"description": "MCP transport to serve: stdio (default), sse, or streamable-http.",
"isRequired": false,
"isSecret": false
},
{
"name": "TINYSEARCH_CONFIG_PATH",
"description": "Path to a tinysearch_config.json inside the container, for overriding search/embedding defaults.",
"isRequired": false,
"isSecret": false
},
{
"name": "SEARXNG_URL",
"description": "SearXNG search endpoint URL. Only needed if not using the bundled Compose SearXNG service.",
"isRequired": false,
"isSecret": false
},
{
"name": "TINYSEARCH_EMBEDDING_BACKEND",
"description": "Embedding implementation: onnx (default) or openai_compatible.",
"isRequired": false,
"isSecret": false
},
{
"name": "TINYSEARCH_EMBEDDING_MODEL",
"description": "Local ONNX preset (fast, balanced, quality) or a Hugging Face ONNX repository id.",
"isRequired": false,
"isSecret": false
},
{
"name": "OTEL_SERVICE_NAME",
"description": "OpenTelemetry service.name resource attribute; defaults to tinysearch.",
"isRequired": false,
"isSecret": false
},
{
"name": "OTEL_EXPORTER_OTLP_ENDPOINT",
"description": "Common OTLP endpoint for optional TinySearch traces and metrics.",
"isRequired": false,
"isSecret": false
},
{
"name": "OTEL_EXPORTER_OTLP_PROTOCOL",
"description": "OTLP transport: http/protobuf (default) or grpc.",
"isRequired": false,
"isSecret": false
},
{
"name": "OTEL_EXPORTER_OTLP_HEADERS",
"description": "Optional authentication or routing headers for the OTLP exporter.",
"isRequired": false,
"isSecret": true
},
{
"name": "OTEL_RESOURCE_ATTRIBUTES",
"description": "Additional standard OpenTelemetry resource attributes.",
"isRequired": false,
"isSecret": false
},
{
"name": "OTEL_TRACES_EXPORTER",
"description": "Set to otlp to enable traces explicitly or none to disable them.",
"isRequired": false,
"isSecret": false
},
{
"name": "OTEL_METRICS_EXPORTER",
"description": "Set to otlp to enable metrics explicitly or none to disable them.",
"isRequired": false,
"isSecret": false
},
{
"name": "OTEL_SDK_DISABLED",
"description": "Set true to disable all OpenTelemetry signals.",
"isRequired": false,
"isSecret": false
}
]
},
{
"registryType": "pypi",
"identifier": "tinysuite-search",
"version": "0.6.5",
"transport": {
"type": "stdio"
}
}
]
}