Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@bulkhead-ai/server

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bulkhead-ai/server - npm Package Compare versions

Comparing version
0.4.0
to
0.5.0
+2
-2
package.json
{
"name": "@bulkhead-ai/server",
"version": "0.4.0",
"version": "0.5.0",
"description": "Bulkhead guardrails HTTP REST and MCP server",

@@ -44,3 +44,3 @@ "license": "MIT",

"fastify": "^5.0.0",
"@bulkhead-ai/core": "0.4.0"
"@bulkhead-ai/core": "0.5.0"
},

@@ -47,0 +47,0 @@ "devDependencies": {

@@ -7,11 +7,7 @@ # Bulkhead Server

This package is available under two scopes:
```bash
npm install @bulkhead-ai/server
# or
npm install @floatingsidewal/bulkhead-server
```
Both packages are identical. Use whichever scope fits your project.
Also available as `@floatingsidewal/bulkhead-server` via [GitHub Packages](https://github.com/floatingsidewal/bulkhead/packages) and as a Docker container at `ghcr.io/floatingsidewal/bulkhead`.

@@ -28,5 +24,5 @@ ## MCP Server

### Claude Code
### Claude Code / GitHub Copilot
Add to your project's `.mcp.json`:
Add to your project's `.mcp.json` (or `.github/copilot/mcp.json`):

@@ -50,12 +46,8 @@ ```json

### GitHub Copilot
Add to `.github/copilot/mcp.json` with the same format.
## HTTP REST Server
```bash
bulkhead-server
npx bulkhead-server
# or
npx bulkhead-server
docker run -p 3000:3000 ghcr.io/floatingsidewal/bulkhead:latest
```

@@ -75,3 +67,3 @@

### Request Format
### Example

@@ -97,16 +89,8 @@ ```bash

## Docker
## Documentation
```bash
# HTTP mode
docker run -p 3000:3000 ghcr.io/floatingsidewal/bulkhead:latest
See the [How-To Guide](https://github.com/floatingsidewal/bulkhead/blob/develop/docs/how-to.md) for comprehensive examples and the [full documentation](https://github.com/floatingsidewal/bulkhead/tree/develop/docs) for architecture, deployment, and API reference.
# MCP mode (stdio)
docker run --rm -i ghcr.io/floatingsidewal/bulkhead:latest packages/server/dist/mcp/index.js
```
See the [deployment guide](https://github.com/floatingsidewal/bulkhead/tree/develop/docs/deployment.md) for Docker configuration details.
## License
MIT