sdl-mcp-watchman-linux-x64 0.11.8

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 ADDED
@@ -0,0 +1,3 @@
1
+ # sdl-mcp-watchman-linux-x64
2
+
3
+ Contains Watchman v2026.06.15.00 staged from https://github.com/facebook/watchman/releases/download/v2026.06.15.00/watchman-v2026.06.15.00-linux.zip.
package/bin/watchman ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env sh
2
+ set -eu
3
+ SELF_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
4
+ ROOT_DIR=$(dirname -- "$SELF_DIR")
5
+ export LD_LIBRARY_PATH="$ROOT_DIR/vendor/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
6
+ exec "$ROOT_DIR/vendor/bin/watchman" "$@"
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "sdl-mcp-watchman-linux-x64",
3
+ "version": "0.11.8",
4
+ "description": "Watchman binary for SDL-MCP - Linux x64",
5
+ "license": "SEE LICENSE IN LICENSE",
6
+ "os": [
7
+ "linux"
8
+ ],
9
+ "cpu": [
10
+ "x64"
11
+ ],
12
+ "files": [
13
+ "bin/**",
14
+ "vendor/**"
15
+ ],
16
+ "sdlMcp": {
17
+ "watchmanBinary": "bin/watchman"
18
+ },
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "git+https://github.com/GlitterKill/sdl-mcp.git",
22
+ "directory": "watchman"
23
+ }
24
+ }
Binary file
Binary file
Binary file
Binary file
Binary file