@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 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, aliases, and capabilities change with them.",
284
- "With no catalog to query, it uses training-time memory or web snippets. Pricing, context limits, and model ids in the answer may be wrong.",
285
- `Index9 caches ${MODEL_COUNT} models, refreshes every 30 minutes, and exposes the catalog as five MCP tools in your editor.`
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: "A real session, not a mockup",
313
- subheading: "Picking a model for a customer-support agent: live tool trace and measured verdict.",
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": "0.3",
3
3
  "name": "index9",
4
- "version": "6.5.5",
4
+ "version": "6.5.6",
5
5
  "description": "Discover, shortlist, compare, cost-model, and live-test 300+ AI models from your editor",
6
6
  "author": {
7
7
  "name": "Index9"
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@index9/mcp",
3
- "version": "6.5.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-org/mcp.git"
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.8.0",
30
+ "@types/node": "^25.9.1",
30
31
  "tsup": "^8.5.1",
31
32
  "typescript": "6.0.3",
32
- "vitest": "^4.1.6",
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.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.5",
16
+ "version": "6.5.6",
17
17
  "transport": {
18
18
  "type": "stdio"
19
19
  },