@tuteliq/mcp 3.2.1 → 3.2.2

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,26 +1,33 @@
1
1
  {
2
2
  "name": "@tuteliq/mcp",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "MCP App server for Tuteliq - AI-powered child safety analysis with interactive UI widgets for Claude, ChatGPT, and other MCP hosts",
5
5
  "type": "module",
6
- "main": "dist/index.js",
7
- "types": "dist/index.d.ts",
6
+ "main": "./dist/src/index.js",
7
+ "types": "./dist/src/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./dist/src/index.js",
11
+ "types": "./dist/src/index.d.ts"
12
+ }
13
+ },
8
14
  "bin": {
9
- "tuteliq-mcp": "./dist/index.js"
15
+ "tuteliq-mcp": "./dist/src/index.js"
10
16
  },
11
17
  "files": [
12
18
  "dist",
13
19
  "dist-ui"
14
20
  ],
15
21
  "scripts": {
22
+ "clean": "rm -rf dist",
16
23
  "build:server": "tsc",
17
24
  "build:ui": "rm -rf dist-ui && WIDGET=detection-result vite build && WIDGET=multi-result vite build && WIDGET=emotions-result vite build && WIDGET=media-result vite build && WIDGET=action-plan vite build && WIDGET=report-result vite build",
18
25
  "build": "npm run build:ui && npm run build:server",
19
26
  "dev:server": "tsx watch server.ts",
20
27
  "dev:ui": "vite build --watch",
21
28
  "start": "node dist/server.js",
22
- "start:stdio": "TUTELIQ_MCP_TRANSPORT=stdio node dist/index.js",
23
- "prepublishOnly": "npm run build"
29
+ "start:stdio": "TUTELIQ_MCP_TRANSPORT=stdio node dist/src/index.js",
30
+ "prepublishOnly": "npm run clean && npm run build"
24
31
  },
25
32
  "keywords": [
26
33
  "tuteliq",
package/dist/index.d.ts DELETED
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env node
2
- export {};
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}