@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 +1 -1
- package/dist/mcp.js +1 -1
- package/package.json +1 -1
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 [
|
|
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
|
|
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")) {
|