@flusterduck/mcp-server 0.2.0 → 0.5.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/dist/chunk-EWAM6KBJ.js +1135 -0
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +5 -1
- package/dist/chunk-UDB3HZEI.js +0 -733
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flusterduck/mcp-server",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"description": "Local stdio MCP server that connects AI assistants to your Flusterduck UX friction data via the Model Context Protocol.",
|
|
5
|
+
"mcpName": "com.flusterduck/mcp-server",
|
|
5
6
|
"license": "UNLICENSED",
|
|
6
7
|
"type": "module",
|
|
7
8
|
"sideEffects": false,
|
|
@@ -48,7 +49,10 @@
|
|
|
48
49
|
"@flusterduck/tsconfig": "0.2.0"
|
|
49
50
|
},
|
|
50
51
|
"scripts": {
|
|
52
|
+
"generate:docs": "node scripts/generate-docs.mjs",
|
|
53
|
+
"prebuild": "pnpm generate:docs",
|
|
51
54
|
"build": "tsup src/index.ts src/cli.ts --format esm --dts --clean",
|
|
55
|
+
"predev": "pnpm generate:docs",
|
|
52
56
|
"dev": "tsup src/index.ts src/cli.ts --format esm --dts --watch",
|
|
53
57
|
"typecheck": "tsc --noEmit",
|
|
54
58
|
"test": "vitest run",
|