@uru-intelligence/cli 0.3.57 → 0.3.58

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
@@ -108,7 +108,7 @@ bun src/index.ts complete fish
108
108
  ```
109
109
 
110
110
  Generated MCP configs use non-interactive `npx -y` and pin
111
- `uru-mcp@3.7.2`. Pass `--package <package@version>` only for an intentional,
111
+ `uru-mcp@3.7.1`. Pass `--package <package@version>` only for an intentional,
112
112
  explicit bridge override.
113
113
 
114
114
  Gem Version commands save and inspect frozen checkpoints that group coherent
package/dist/uru.mjs CHANGED
@@ -6,7 +6,7 @@ import { spawn as spawn3 } from "node:child_process";
6
6
  // package.json
7
7
  var package_default = {
8
8
  name: "@uru-intelligence/cli",
9
- version: "0.3.57",
9
+ version: "0.3.58",
10
10
  private: false,
11
11
  description: "Uru full-platform command line interface",
12
12
  repository: {
@@ -15,7 +15,7 @@ var package_default = {
15
15
  directory: "apps/cli"
16
16
  },
17
17
  uru: {
18
- mcpPackage: "uru-mcp@3.7.2"
18
+ mcpPackage: "uru-mcp@3.7.1"
19
19
  },
20
20
  type: "module",
21
21
  bin: {
@@ -2751,7 +2751,7 @@ async function registerOAuthClient(args) {
2751
2751
  grant_types: [
2752
2752
  ...args.grantTypes ?? ["authorization_code", "refresh_token"]
2753
2753
  ],
2754
- scope: "mcp"
2754
+ scope: args.scope ?? "mcp offline_access"
2755
2755
  },
2756
2756
  ...args.fetch === undefined ? {} : { fetch: args.fetch }
2757
2757
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uru-intelligence/cli",
3
- "version": "0.3.57",
3
+ "version": "0.3.58",
4
4
  "private": false,
5
5
  "description": "Uru full-platform command line interface",
6
6
  "repository": {
@@ -9,7 +9,7 @@
9
9
  "directory": "apps/cli"
10
10
  },
11
11
  "uru": {
12
- "mcpPackage": "uru-mcp@3.7.2"
12
+ "mcpPackage": "uru-mcp@3.7.1"
13
13
  },
14
14
  "type": "module",
15
15
  "bin": {