@index9/mcp 1.0.30 → 1.0.32

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -35,11 +35,11 @@ See [index9.dev](https://index9.dev/#installation) for all supported clients.
35
35
 
36
36
  ## Tools
37
37
 
38
- | Tool | Description | API Key |
39
- | ------------- | ------------------------------------------------------------ | ------- |
40
- | `find_models` | Search by natural language or filters | No |
38
+ | Tool | Description | API Key |
39
+ | ------------- | -------------------------------------------------------------------- | ------- |
40
+ | `find_models` | Search by natural language or filters | No |
41
41
  | `get_model` | Get full specs: pricing, context window, output limits, capabilities | No |
42
- | `test_model` | Run live requests to compare outputs, latency, and cost | Yes |
42
+ | `test_model` | Run live requests to compare outputs, latency, and cost | Yes |
43
43
 
44
44
  ## API Key (Optional)
45
45
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@index9/mcp",
3
3
  "mcpName": "io.github.index9-org/mcp",
4
- "version": "1.0.30",
4
+ "version": "1.0.32",
5
5
  "description": "Up-to-date model data for AI coding assistants.",
6
6
  "keywords": [
7
7
  "mcp",
@@ -34,13 +34,13 @@
34
34
  "index9": "./dist/index.js"
35
35
  },
36
36
  "dependencies": {
37
- "@modelcontextprotocol/sdk": "^1.25.1",
38
- "axios": "^1.13.2",
39
- "pino": "^10.1.0",
40
- "zod": "^4.3.4"
37
+ "@modelcontextprotocol/sdk": "^1.25.3",
38
+ "axios": "^1.13.4",
39
+ "pino": "^10.3.0",
40
+ "zod": "^4.3.6"
41
41
  },
42
42
  "devDependencies": {
43
- "@types/node": "^25.0.3",
43
+ "@types/node": "^25.1.0",
44
44
  "pino-pretty": "^13.1.3",
45
45
  "tsx": "^4.21.0",
46
46
  "typescript": "^5.9.3"