github-brain 0.0.10 → 1.0.1

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 +0 -18
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -133,24 +133,6 @@ Displays the current version (commit hash and build date).
133
133
 
134
134
  ## Installation
135
135
 
136
- ### NPM (Recommended)
137
-
138
- Install globally:
139
-
140
- ```sh
141
- npm install -g github-brain
142
- ```
143
-
144
- Then run commands directly:
145
-
146
- ```sh
147
- github-brain pull -o my-org
148
- github-brain mcp -o my-org
149
- github-brain ui -o my-org
150
- ```
151
-
152
- ### From Source
153
-
154
136
  `scripts/run` is a convenience script that runs the MCP server. It builds the Go code and runs the `mcp` command with the checkout directory as the working directory. As a result, the SQLite database will be created in the `db` folder of the checkout directory.
155
137
 
156
138
  ### Claude
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-brain",
3
- "version": "0.0.10",
3
+ "version": "1.0.1",
4
4
  "description": "MCP server for searching GitHub discussions, issues, and pull requests",
5
5
  "bin": {
6
6
  "github-brain": "bin/github-brain.js"
@@ -23,11 +23,11 @@
23
23
  "author": "wham",
24
24
  "license": "MIT",
25
25
  "optionalDependencies": {
26
- "github-brain-darwin-arm64": "0.0.10",
27
- "github-brain-darwin-x64": "0.0.10",
28
- "github-brain-linux-arm64": "0.0.10",
29
- "github-brain-linux-x64": "0.0.10",
30
- "github-brain-windows": "0.0.10"
26
+ "github-brain-darwin-arm64": "1.0.1",
27
+ "github-brain-darwin-x64": "1.0.1",
28
+ "github-brain-linux-arm64": "1.0.1",
29
+ "github-brain-linux-x64": "1.0.1",
30
+ "github-brain-windows": "1.0.1"
31
31
  },
32
32
  "files": [
33
33
  "bin",