@devness/useai 0.3.5 → 0.3.6

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 (2) hide show
  1. package/dist/index.js +0 -7
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -325,13 +325,6 @@ ${INSTRUCTIONS_END}`;
325
325
  detect: () => hasBinary("claude") || existsSync3(join3(home, ".claude.json")),
326
326
  instructions: { method: "append", path: join3(home, ".claude", "CLAUDE.md") }
327
327
  }),
328
- createTool({
329
- id: "claude-desktop",
330
- name: "Claude Desktop",
331
- configFormat: "standard",
332
- configPath: join3(appSupport, "Claude", "claude_desktop_config.json"),
333
- detect: () => existsSync3(join3(appSupport, "Claude")) || existsSync3("/Applications/Claude.app")
334
- }),
335
328
  createTool({
336
329
  id: "cursor",
337
330
  name: "Cursor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devness/useai",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "Track your AI-assisted development workflow. MCP server that records usage metrics across all your AI tools.",
5
5
  "keywords": [
6
6
  "mcp",