@nitrostack/core 1.0.2 → 1.0.3
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 -0
- package/assets/gif/nitrostudio-main.gif +0 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -98,6 +98,8 @@ async secureAction() {
|
|
|
98
98
|
|
|
99
99
|
NitroStudio is the official visual test bench for NitroStack. It handles running your server internally, allowing you to visually debug tools, inspect contexts, and preview widgets without manual setup.
|
|
100
100
|
|
|
101
|
+

|
|
102
|
+
|
|
101
103
|
**[Download NitroStudio](https://nitrostack.ai/studio)**
|
|
102
104
|
|
|
103
105
|
---
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nitrostack/core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "NitroStack Core - Build powerful MCP servers with TypeScript",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/core/index.js",
|
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
"files": [
|
|
21
21
|
"dist/",
|
|
22
22
|
"README.md",
|
|
23
|
-
"LICENSE"
|
|
23
|
+
"LICENSE",
|
|
24
|
+
"assets"
|
|
24
25
|
],
|
|
25
26
|
"scripts": {
|
|
26
27
|
"build": "tsc",
|