@atoms-tech/atoms-mcp 0.25.0 → 0.25.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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atoms-tech/atoms-mcp",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.2",
|
|
4
4
|
"description": "MCP server for ATOMS.tech — AI agent integration for requirements management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -19,9 +19,10 @@
|
|
|
19
19
|
"build:server": "tsup",
|
|
20
20
|
"build:edge-html": "npm run build:ui && node scripts/gen-edge-app-html.mjs",
|
|
21
21
|
"build": "npm run build:ui && npm run build:server",
|
|
22
|
+
"build:preview": "INPUT=src/apps/preview/preview.html vite build",
|
|
22
23
|
"dev": "tsx watch src/index.ts",
|
|
23
24
|
"dev:ui": "vite build --watch",
|
|
24
|
-
"preview": "npm run build:ui && npx serve -l 4567
|
|
25
|
+
"preview": "npm run build:ui && npm run build:preview && npx serve -l 4567 dist/apps -C",
|
|
25
26
|
"start": "node dist/index.js",
|
|
26
27
|
"test": "vitest run",
|
|
27
28
|
"test:watch": "vitest",
|