@index9/mcp 1.0.5 → 1.0.10
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 +2 -9
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -33,6 +33,8 @@ Open Cursor Settings → MCP → Add new global MCP server
|
|
|
33
33
|
}
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
+
[](https://cursor.com/en-US/install-mcp?name=index9&config=eyJjb21tYW5kIjoibnB4IC15IEBpbmRleDkvbWNwIn0%3D)
|
|
37
|
+
|
|
36
38
|
### VS Code
|
|
37
39
|
|
|
38
40
|
Open VS Code Settings → MCP Servers → Add Server
|
|
@@ -75,12 +77,3 @@ Data sourced from [OpenRouter](https://openrouter.ai) and [models.dev](https://m
|
|
|
75
77
|
## License
|
|
76
78
|
|
|
77
79
|
MIT © [Index9](https://index9.dev)
|
|
78
|
-
|
|
79
|
-
## Links
|
|
80
|
-
|
|
81
|
-
- [🌐 Website](https://index9.dev) - AI model registry and testing platform
|
|
82
|
-
- [🐛 Issues](https://github.com/index9-org/mcp/issues) - Report bugs or request features
|
|
83
|
-
|
|
84
|
-
## Related
|
|
85
|
-
|
|
86
|
-
- [Model Context Protocol](https://modelcontextprotocol.io/) - The protocol this server implements
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@index9/mcp",
|
|
3
|
-
"
|
|
4
|
-
"
|
|
3
|
+
"mcpName": "io.github.index9-org/mcp",
|
|
4
|
+
"version": "1.0.10",
|
|
5
|
+
"description": "Real-time model intelligence for your AI assistant.",
|
|
5
6
|
"keywords": [
|
|
6
7
|
"mcp",
|
|
7
8
|
"model-context-protocol",
|