@devness/useai 0.6.9 → 0.6.10

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/README.md CHANGED
@@ -23,7 +23,7 @@ UseAI is a local-first [MCP server](https://modelcontextprotocol.io/) that recor
23
23
  ## Quick Start
24
24
 
25
25
  ```bash
26
- npx @devness/useai setup
26
+ npx @devness/useai
27
27
  ```
28
28
 
29
29
  This installs the MCP server and configures it for your AI tools automatically.
package/dist/index.js CHANGED
@@ -684,7 +684,7 @@ var VERSION;
684
684
  var init_version = __esm({
685
685
  "../shared/dist/constants/version.js"() {
686
686
  "use strict";
687
- VERSION = "0.6.9";
687
+ VERSION = "0.6.10";
688
688
  }
689
689
  });
690
690
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devness/useai",
3
- "version": "0.6.9",
3
+ "version": "0.6.10",
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",