@devboy-tools/cli 0.1.0 → 0.3.0

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/README.md +3 -3
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -3,11 +3,11 @@
3
3
  [![npm](https://img.shields.io/npm/v/@devboy-tools/cli)](https://www.npmjs.com/package/@devboy-tools/cli)
4
4
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5
5
 
6
- npm distribution of [DevBoy Tools](https://github.com/meteora-pro/devboy-tools) — a fast MCP server for coding agents, written in Rust.
6
+ npm distribution of [DevBoy tools](https://github.com/meteora-pro/devboy-tools) — a fast MCP server for coding agents, written in Rust.
7
7
 
8
8
  The correct binary for your platform is installed automatically via platform-specific packages.
9
9
 
10
- ## Supported Platforms
10
+ ## Supported platforms
11
11
 
12
12
  | OS | Architecture | Package |
13
13
  |---------|-------------|------------------------------|
@@ -77,7 +77,7 @@ console.log(version); // "0.3.0"
77
77
  import { getBinaryPath, name, version } from "@devboy-tools/cli";
78
78
  ```
79
79
 
80
- ## Environment Variables
80
+ ## Environment variables
81
81
 
82
82
  | Variable | Description |
83
83
  |----------------------|--------------------------------------------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devboy-tools/cli",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
4
  "description": "Fast and efficient MCP server for coding agents — npm wrapper for Rust binary",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -37,10 +37,10 @@
37
37
  "node": ">=18"
38
38
  },
39
39
  "optionalDependencies": {
40
- "@devboy-tools/darwin-arm64": "0.1.0",
41
- "@devboy-tools/darwin-x64": "0.1.0",
42
- "@devboy-tools/linux-arm64": "0.1.0",
43
- "@devboy-tools/linux-x64": "0.1.0",
44
- "@devboy-tools/win32-x64": "0.1.0"
40
+ "@devboy-tools/darwin-arm64": "0.3.0",
41
+ "@devboy-tools/darwin-x64": "0.3.0",
42
+ "@devboy-tools/linux-arm64": "0.3.0",
43
+ "@devboy-tools/linux-x64": "0.3.0",
44
+ "@devboy-tools/win32-x64": "0.3.0"
45
45
  }
46
46
  }