@flusterduck/mcp-server 0.5.4 → 0.5.5

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.
Files changed (1) hide show
  1. package/package.json +16 -9
package/package.json CHANGED
@@ -1,25 +1,32 @@
1
1
  {
2
2
  "name": "@flusterduck/mcp-server",
3
- "version": "0.5.4",
4
- "description": "MCP server for Flusterduck. Gives Claude, Cursor, Windsurf, and any AI coding assistant direct access to your UX friction data via Model Context Protocol.",
3
+ "version": "0.5.5",
4
+ "description": "MCP server for UX friction data. Connect Claude, Cursor, Windsurf, Copilot, Cline to rage click and dead click analytics. Model Context Protocol.",
5
5
  "mcpName": "com.flusterduck/mcp-server",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
7
7
  "type": "module",
8
8
  "sideEffects": false,
9
9
  "keywords": [
10
10
  "mcp",
11
+ "mcp-server",
11
12
  "model-context-protocol",
12
13
  "claude",
14
+ "claude-code",
13
15
  "cursor",
14
16
  "windsurf",
15
- "ai",
16
- "flusterduck",
17
- "ux",
18
- "friction",
19
- "analytics",
17
+ "copilot",
18
+ "cline",
19
+ "aider",
20
+ "ai-tools",
21
+ "ai-coding",
20
22
  "ai-assistant",
21
- "coding-assistant",
22
- "developer-tools"
23
+ "developer-tools",
24
+ "ux-analytics",
25
+ "rage-click",
26
+ "dead-click",
27
+ "friction",
28
+ "flusterduck",
29
+ "behavioral-analytics"
23
30
  ],
24
31
  "engines": {
25
32
  "node": ">=18"