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 +2 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Context Bunker MCP 🏗️
|
|
2
2
|
|
|
3
|
+
[](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.
|
|
24495
|
+
version: "0.1.1"
|
|
24496
24496
|
});
|
|
24497
24497
|
const text = (t) => ({ content: [{ type: "text", text: t }] });
|
|
24498
24498
|
const requireProject = () => {
|