github-brain 1.4.0 → 1.5.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 +1 -19
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -18,11 +18,7 @@ GitHub Brain complements (but does not replace) the [official GitHub MCP server]
18
18
 
19
19
  ![](./docs/pull.png)
20
20
 
21
- GitHub Brain also includes a web-based UI for ultra-fast search:
22
-
23
- ![](./docs/ui.png)
24
-
25
- And a Raycast extension:
21
+ GitHub Brain also includes a Raycast extension:
26
22
 
27
23
  ![](./docs/raycast.png)
28
24
 
@@ -123,20 +119,6 @@ github-brain mcp -o my-org
123
119
  | `-o` | `ORGANIZATION` | GitHub organization. **Required.** |
124
120
  | `-m` | | Home directory. Default: `~/.github-brain` |
125
121
 
126
- ### `ui`
127
-
128
- Start the web UI for quick searches (alternative to MCP).
129
-
130
- ```sh
131
- github-brain ui -o my-org
132
- ```
133
-
134
- | Argument | Variable | Description |
135
- | :------- | :------------- | :------------------------------------------|
136
- | `-o` | `ORGANIZATION` | GitHub organization. **Required.** |
137
- | `-m` | | Home directory. Default: `~/.github-brain` |
138
- | `-p` | `UI_PORT` | Port. Default: `8080`. |
139
-
140
122
  ### Additional Arguments
141
123
 
142
124
  **Version:**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-brain",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
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": "1.4.0",
27
- "github-brain-darwin-x64": "1.4.0",
28
- "github-brain-linux-arm64": "1.4.0",
29
- "github-brain-linux-x64": "1.4.0",
30
- "github-brain-windows": "1.4.0"
26
+ "github-brain-darwin-arm64": "1.5.0",
27
+ "github-brain-darwin-x64": "1.5.0",
28
+ "github-brain-linux-arm64": "1.5.0",
29
+ "github-brain-linux-x64": "1.5.0",
30
+ "github-brain-windows": "1.5.0"
31
31
  },
32
32
  "files": [
33
33
  "bin",