context-bunker-mcp 0.1.0 → 0.1.1

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.
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Context Bunker MCP 🏗️
2
2
 
3
+ [![Build & Test](https://github.com/tonghaoch/context-bunker-mcp/actions/workflows/build-and-test.yml/badge.svg?branch=main)](https://github.com/tonghaoch/context-bunker-mcp/actions/workflows/build-and-test.yml)
4
+
3
5
  > **Stop wasting tokens on orientation.** Pre-computed codebase intelligence for AI coding tools. One command. Code never leaves your machine.
4
6
 
5
7
  ## What is this?
package/dist/index.js CHANGED
@@ -24492,7 +24492,7 @@ function searchCode(db, query, limit = 10) {
24492
24492
  function createServer(state) {
24493
24493
  const server = new McpServer({
24494
24494
  name: "context-bunker",
24495
- version: "0.1.0"
24495
+ version: "0.1.1"
24496
24496
  });
24497
24497
  const text = (t) => ({ content: [{ type: "text", text: t }] });
24498
24498
  const requireProject = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "context-bunker-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Pre-computed codebase intelligence MCP server. Zero API keys. Code never leaves your machine.",
5
5
  "type": "module",
6
6
  "bin": {