@devness/useai 0.5.10 → 0.5.11

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 +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -16902,7 +16902,7 @@ var init_tools = __esm({
16902
16902
  registry = createToolRegistry({
16903
16903
  serverName: "UseAI",
16904
16904
  legacyName: "useai",
16905
- mcpEntry: { command: "npx", args: ["-y", "@devness/useai"] },
16905
+ mcpEntry: { command: "npx", args: ["-y", "@devness/useai@latest"] },
16906
16906
  instructions: INSTRUCTIONS,
16907
16907
  instructionFileName: "useai"
16908
16908
  });
@@ -16969,7 +16969,7 @@ async function daemonInstallFlow(tools, explicit) {
16969
16969
  } else {
16970
16970
  useDaemon = false;
16971
16971
  console.log(source_default.red(` \u2717 Could not start daemon \u2014 falling back to stdio config`));
16972
- console.log(source_default.dim(` (Run with --foreground to debug: npx @devness/useai daemon --port ${DAEMON_PORT})`));
16972
+ console.log(source_default.dim(` (Run with --foreground to debug: npx @devness/useai@latest daemon --port ${DAEMON_PORT})`));
16973
16973
  }
16974
16974
  if (useDaemon) {
16975
16975
  const platform = detectPlatform();
@@ -17124,7 +17124,7 @@ async function fullRemoveFlow(tools, autoYes, explicit) {
17124
17124
  }
17125
17125
  function showHelp() {
17126
17126
  console.log(`
17127
- ${source_default.bold("Usage:")} npx @devness/useai mcp [tools...] [options]
17127
+ ${source_default.bold("Usage:")} npx @devness/useai@latest mcp [tools...] [options]
17128
17128
 
17129
17129
  Configure UseAI MCP server in your AI tools.
17130
17130
  Default: starts daemon, installs auto-start, configures tools with HTTP.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devness/useai",
3
- "version": "0.5.10",
3
+ "version": "0.5.11",
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",