github-brain 1.5.0 → 1.6.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 +0 -14
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -18,10 +18,6 @@ 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 Raycast extension:
22
-
23
- ![](./docs/raycast.png)
24
-
25
21
  GitHub Brain is [programmed in Markdown](https://github.blog/ai-and-ml/generative-ai/spec-driven-development-using-markdown-as-a-programming-language-when-building-with-ai/).
26
22
 
27
23
  ## Installation
@@ -167,16 +163,6 @@ Add to the VS Code MCP configuration file:
167
163
 
168
164
  Merge with existing `servers` if present.
169
165
 
170
- ## Raycast Extension
171
-
172
- Run the Raycast extension with:
173
-
174
- ```sh
175
- scripts/raycast
176
- ```
177
-
178
- The extension uses the MCP server to search GitHub data.
179
-
180
166
  ## Development
181
167
 
182
168
  `scripts/run` builds and runs `github-brain` with the checkout directory as home `-m` (database in `db/`, config in `.env`).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-brain",
3
- "version": "1.5.0",
3
+ "version": "1.6.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.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"
26
+ "github-brain-darwin-arm64": "1.6.0",
27
+ "github-brain-darwin-x64": "1.6.0",
28
+ "github-brain-linux-arm64": "1.6.0",
29
+ "github-brain-linux-x64": "1.6.0",
30
+ "github-brain-windows": "1.6.0"
31
31
  },
32
32
  "files": [
33
33
  "bin",