@brutalist/mcp 1.10.2 → 1.11.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/dist/brutalist-server.js +1 -1
- package/package.json +1 -1
package/dist/brutalist-server.js
CHANGED
|
@@ -13,7 +13,7 @@ import { getDomain, generateToolConfig } from './registry/domains.js';
|
|
|
13
13
|
import { filterToolsByIntent, getMatchingDomainIds } from './tool-router.js';
|
|
14
14
|
import { DebateOrchestrator } from './debate/index.js';
|
|
15
15
|
// Use environment variable or fallback to manual version
|
|
16
|
-
const PACKAGE_VERSION = process.env.npm_package_version || "1.
|
|
16
|
+
const PACKAGE_VERSION = process.env.npm_package_version || "1.11.1";
|
|
17
17
|
/**
|
|
18
18
|
* BrutalistServer - Composition root for the Brutalist MCP Server
|
|
19
19
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brutalist/mcp",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.1",
|
|
4
4
|
"description": "Deploy Claude, Codex & Gemini CLI agents to demolish your work before users do. Real file analysis. Brutal honesty. Now with conversation continuation & intelligent pagination.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|