@index9/mcp 1.0.4 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +6 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  [![npm version](https://badge.fury.io/js/@index9%2Fmcp.svg)](https://badge.fury.io/js/@index9%2Fmcp)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
5
 
6
+ [📦 **Install**](#quick-start) • [🐛 **Issues**](https://github.com/index9-org/mcp/issues)
7
+
6
8
  Real-time model intelligence for your AI assistant. Search 1200+ models, compare pricing and capabilities, test performance—all with current data, zero cost.
7
9
 
8
10
  ## What You Get
@@ -66,11 +68,10 @@ To enable live model testing, add your OpenRouter API key from [openrouter.ai/ke
66
68
  - **`recommend_model`** - AI-powered recommendations for your use case
67
69
  - **`test_model`** - Live API testing with latency and cost estimates (requires API key)
68
70
 
69
- ## License
71
+ ## Data Sources
70
72
 
71
- MIT © [Index9](https://index9.dev)
73
+ Data sourced from [OpenRouter](https://openrouter.ai) and [models.dev](https://models.dev).
72
74
 
73
- ## Related
75
+ ## License
74
76
 
75
- - [Index9](https://index9.dev) - AI model registry and testing platform
76
- - [Model Context Protocol](https://modelcontextprotocol.io/) - The protocol this server implements
77
+ MIT © [Index9](https://index9.dev)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@index9/mcp",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Give your AI assistant up-to-date model knowledge. 1200+ models with real-time pricing, context windows, and capabilities. Latest data, instant responses, zero cost.",
5
5
  "keywords": [
6
6
  "mcp",
@@ -36,7 +36,7 @@
36
36
  "index9": "./dist/index.js"
37
37
  },
38
38
  "dependencies": {
39
- "@modelcontextprotocol/sdk": "^1.24.2",
39
+ "@modelcontextprotocol/sdk": "^1.24.3",
40
40
  "axios": "^1.13.2",
41
41
  "pino": "^10.1.0",
42
42
  "zod": "^4.1.13"