@index9/mcp 1.0.12 → 1.0.13

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/README.md CHANGED
@@ -72,7 +72,7 @@ To enable live model testing, add your OpenRouter API key from [openrouter.ai/ke
72
72
 
73
73
  ## Data Sources
74
74
 
75
- Data sourced from [OpenRouter](https://openrouter.ai) and [models.dev](https://models.dev).
75
+ Data sourced from [OpenRouter](https://openrouter.ai) and [Models.dev](https://models.dev).
76
76
 
77
77
  ## License
78
78
 
package/dist/mcp.js CHANGED
@@ -45,7 +45,7 @@ export function createMCPServer() {
45
45
  });
46
46
  server.registerTool("search_models", {
47
47
  title: "Search AI Models",
48
- description: "Search 1000+ AI models using natural language (e.g., 'fast cheap coding model'). Uses semantic search and fuzzy matching. Returns ranked results with similarity scores.",
48
+ description: "Search 1200+ AI models using natural language (e.g., 'fast cheap coding model'). Uses semantic search and fuzzy matching. Returns ranked results with similarity scores.",
49
49
  inputSchema: searchModelsSchema,
50
50
  }, async (input) => {
51
51
  if (!checkRateLimit("search_models")) {
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.12",
4
+ "version": "1.0.13",
5
5
  "description": "Real-time model intelligence for your AI assistant.",
6
6
  "keywords": [
7
7
  "mcp",