@yawlabs/tailscale-mcp 0.8.5 → 0.8.6
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ If you already have a skill that covers your 10% of Tailscale workflows, great
|
|
|
41
41
|
|
|
42
42
|
## Trust signals
|
|
43
43
|
|
|
44
|
-
Fair critique from Reddit: a
|
|
44
|
+
Fair critique from Reddit: a new repo claiming "actively maintained" with no visible tests is worth exactly zero trust. Here's what's actually verifiable:
|
|
45
45
|
|
|
46
46
|
- **735 tests** (179 suites, `node --test`) covering every tool's input validation, API shape, and error handling. Run `npm test` to see them pass locally.
|
|
47
47
|
- **3 CI workflows** on GitHub Actions:
|
package/dist/index.js
CHANGED
|
@@ -32479,7 +32479,7 @@ var workloadIdentityTools = [
|
|
|
32479
32479
|
];
|
|
32480
32480
|
|
|
32481
32481
|
// src/index.ts
|
|
32482
|
-
var version2 = true ? "0.8.
|
|
32482
|
+
var version2 = true ? "0.8.6" : (await null).createRequire(import.meta.url)("../package.json").version;
|
|
32483
32483
|
var subcommand = process.argv[2];
|
|
32484
32484
|
if (subcommand === "deploy-acl") {
|
|
32485
32485
|
const filePath = process.argv[3];
|