@bulkhead-ai/server
Advanced tools
+2
-2
| { | ||
| "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": { |
+8
-24
@@ -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 |
1462922
092
-14.81%+ Added
- Removed
Updated