@levnikolaevich/hex-line-mcp 1.11.0 → 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/server.mjs +1 -1
- package/package.json +1 -1
package/dist/server.mjs
CHANGED
|
@@ -3306,7 +3306,7 @@ OUTPUT_CAPPED: Output exceeded ${MAX_BULK_OUTPUT_CHARS} chars.`;
|
|
|
3306
3306
|
}
|
|
3307
3307
|
|
|
3308
3308
|
// server.mjs
|
|
3309
|
-
var version = true ? "1.11.
|
|
3309
|
+
var version = true ? "1.11.1" : (await null).createRequire(import.meta.url)("./package.json").version;
|
|
3310
3310
|
var { server, StdioServerTransport } = await createServerRuntime({
|
|
3311
3311
|
name: "hex-line-mcp",
|
|
3312
3312
|
version
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@levnikolaevich/hex-line-mcp",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.1",
|
|
4
4
|
"mcpName": "io.github.levnikolaevich/hex-line-mcp",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Hash-verified file editing MCP + token efficiency hook for AI coding agents. 9 tools: inspect_path, read, edit, write, grep, outline, verify, changes, bulk_replace.",
|