@toolsdk.ai/registry 1.0.125 → 1.0.126
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.
|
@@ -47454,7 +47454,7 @@
|
|
|
47454
47454
|
"tools": {
|
|
47455
47455
|
"sandock_run_code": {
|
|
47456
47456
|
"name": "sandock_run_code",
|
|
47457
|
-
"description": "Execute code (JavaScript, TypeScript, or Python) in an isolated sandbox environment"
|
|
47457
|
+
"description": "Execute code (JavaScript, TypeScript, or Python) in an isolated sandbox environment. Output results using console.log() for JS/TS or print() for Python."
|
|
47458
47458
|
}
|
|
47459
47459
|
}
|
|
47460
47460
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toolsdk.ai/registry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.126",
|
|
4
4
|
"description": "An Open, Structured, and Standard Registry for MCP Servers and Packages.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
@@ -615,7 +615,7 @@
|
|
|
615
615
|
"resend-mcp": "0.1.2",
|
|
616
616
|
"rss-reader-mcp": "1.0.3",
|
|
617
617
|
"sandock": "^0.2.2",
|
|
618
|
-
"sandock-mcp": "0.1.
|
|
618
|
+
"sandock-mcp": "0.1.2",
|
|
619
619
|
"scrapeless-mcp-server": "0.3.0",
|
|
620
620
|
"scraperis-mcp": "0.1.22",
|
|
621
621
|
"search-stock-news-mcp": "1.0.12",
|