@tmdc-solutions/mcp-beta 0.1.0 → 0.1.1
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/dist/stdio.cjs +43 -98
- package/dist/stdio.js +44 -99
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tmdc-solutions/mcp-beta",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "for dataOS related tasks in local",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"scripts": {
|
|
10
10
|
"build": "tsc",
|
|
11
11
|
"build:stdio": "tsup --clean",
|
|
12
|
+
"build:modules": "tsup --clean",
|
|
12
13
|
"http": "node dist/src/streamable-http.js -L",
|
|
13
14
|
"compile": "npm run build && npm run build:css && node dist/src/streamable-http.js -L",
|
|
14
15
|
"watch": "nodemon --watch src,views -e ts,pug,json,css --exec \"npm run compile\"",
|