New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

github-brain

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-brain - npm Package Compare versions

Comparing version
1.10.0
to
1.11.0
+6
-6
package.json
{
"name": "github-brain",
"version": "1.10.0",
"version": "1.11.0",
"description": "MCP server for searching GitHub discussions, issues, and pull requests",

@@ -26,7 +26,7 @@ "bin": {

"optionalDependencies": {
"github-brain-darwin-arm64": "1.10.0",
"github-brain-darwin-x64": "1.10.0",
"github-brain-linux-arm64": "1.10.0",
"github-brain-linux-x64": "1.10.0",
"github-brain-windows": "1.10.0"
"github-brain-darwin-arm64": "1.11.0",
"github-brain-darwin-x64": "1.11.0",
"github-brain-linux-arm64": "1.11.0",
"github-brain-linux-x64": "1.11.0",
"github-brain-windows": "1.11.0"
},

@@ -33,0 +33,0 @@ "files": [

@@ -29,4 +29,10 @@ <div align="center">

Or use `npx github-brain` to run without installing globally.
Rerun to update. `sudo` may be required on some systems.
Alternatively use `npx` to run without installing globally and needing `sudo`.
```sh
npx github-brain@latest
```
## Usage

@@ -40,3 +46,6 @@

1. **Login** - Authenticate with GitHub
1. **Setup** - Configure authentication and settings
- Login with GitHub (OAuth) - Recommended for most users
- Login with Personal Access Token - For fine-grained tokens or when OAuth is unavailable
- Open configuration file - Edit `.env` directly
2. **Pull** - Populate the local database with GitHub data

@@ -43,0 +52,0 @@