@toolsdk.ai/registry 1.0.34 → 1.0.35

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.34",
3
+ "version": "1.0.35",
4
4
  "description": "An Open, Structured, and Standard Registry for MCP Servers and Packages.",
5
5
  "exports": {
6
6
  "./*": "./*",
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "mcp-server",
3
+ "packageName": "crunchbase-mcp-server",
4
+ "description": "MCP server for Crunchbase company, funding and people data",
5
+ "url": "https://github.com/Cyreslab-AI/crunchbase-mcp-server",
6
+ "runtime": "node",
7
+ "license": "MIT",
8
+ "env": {
9
+ "CRUNCHBASE_API_KEY": {
10
+ "description": "Your Crunchbase API key – get it from https://data.crunchbase.com/",
11
+ "required": true
12
+ }
13
+ }
14
+ }