@index9/mcp 6.5.5 → 6.5.6
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/cli.js +6 -5
- package/manifest.json +1 -1
- package/package.json +5 -4
- package/server.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -280,9 +280,9 @@ var SITE = {
|
|
|
280
280
|
label: "Why this exists",
|
|
281
281
|
heading: "Your assistant has no live model catalog",
|
|
282
282
|
body: [
|
|
283
|
-
"New models ship weekly. Pricing
|
|
284
|
-
"
|
|
285
|
-
`Index9 caches ${MODEL_COUNT} models, refreshes every 30 minutes, and exposes
|
|
283
|
+
"New models ship weekly. Pricing and capabilities change.",
|
|
284
|
+
"Without a catalog to query, your assistant falls back to training-time memory and web snippets. Pricing, limits, and model IDs in the answer can be wrong.",
|
|
285
|
+
`Index9 caches ${MODEL_COUNT} models, refreshes every 30 minutes, and exposes them as five MCP tools in your editor.`
|
|
286
286
|
]
|
|
287
287
|
},
|
|
288
288
|
howItWorks: {
|
|
@@ -309,8 +309,9 @@ var SITE = {
|
|
|
309
309
|
},
|
|
310
310
|
caseStudy: {
|
|
311
311
|
label: "Real session",
|
|
312
|
-
heading: "
|
|
313
|
-
subheading: "
|
|
312
|
+
heading: "Live trace, not a mockup",
|
|
313
|
+
subheading: "Support-agent model pick: full tool trace and measured verdict.",
|
|
314
|
+
sessionTitle: "Session",
|
|
314
315
|
promptTitle: "The ask",
|
|
315
316
|
toolCallsTitle: "What the assistant did",
|
|
316
317
|
consideredTitle: "Candidates evaluated",
|
package/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@index9/mcp",
|
|
3
|
-
"version": "6.5.
|
|
3
|
+
"version": "6.5.6",
|
|
4
4
|
"description": "Discover, shortlist, compare, cost-model, and live-test 300+ AI models from your editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/index9
|
|
8
|
+
"url": "git+https://github.com/johnwils/index9.git",
|
|
9
|
+
"directory": "packages/mcp"
|
|
9
10
|
},
|
|
10
11
|
"bin": {
|
|
11
12
|
"index9-mcp": "./dist/cli.js"
|
|
@@ -26,10 +27,10 @@
|
|
|
26
27
|
"zod": "^4.4.3"
|
|
27
28
|
},
|
|
28
29
|
"devDependencies": {
|
|
29
|
-
"@types/node": "^25.
|
|
30
|
+
"@types/node": "^25.9.1",
|
|
30
31
|
"tsup": "^8.5.1",
|
|
31
32
|
"typescript": "6.0.3",
|
|
32
|
-
"vitest": "^4.1.
|
|
33
|
+
"vitest": "^4.1.7",
|
|
33
34
|
"@index9/core": "2.8.0"
|
|
34
35
|
},
|
|
35
36
|
"engines": {
|
package/server.json
CHANGED
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
"url": "https://github.com/index9-org/mcp",
|
|
8
8
|
"source": "github"
|
|
9
9
|
},
|
|
10
|
-
"version": "6.5.
|
|
10
|
+
"version": "6.5.6",
|
|
11
11
|
"packages": [
|
|
12
12
|
{
|
|
13
13
|
"registryType": "npm",
|
|
14
14
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
15
15
|
"identifier": "@index9/mcp",
|
|
16
|
-
"version": "6.5.
|
|
16
|
+
"version": "6.5.6",
|
|
17
17
|
"transport": {
|
|
18
18
|
"type": "stdio"
|
|
19
19
|
},
|