@toolsdk.ai/registry 1.0.51 → 1.0.52

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolsdk.ai/registry",
3
- "version": "1.0.51",
3
+ "version": "1.0.52",
4
4
  "description": "An Open, Structured, and Standard Registry for MCP Servers and Packages.",
5
5
  "exports": {
6
6
  "./config/*": "./config/*",
@@ -0,0 +1,8 @@
1
+ {
2
+ "type": "mcp-server",
3
+ "packageName": "@upstash/context7-mcp",
4
+ "description": "Fetch up-to-date, version-specific documentation and code examples directly into your prompts. Enhance your coding experience by eliminating outdated information and hallucinated APIs. Simply add use context7 to your questions for accurate and relevant answers.",
5
+ "url": "https://github.com/upstash/context7/tree/master/src/lib",
6
+ "runtime": "node",
7
+ "license": "MIT"
8
+ }