@yawlabs/tailscale-mcp 0.8.3 → 0.8.4
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
|
@@ -158,7 +158,7 @@ Set to `1` or `true` to drop every tool without `readOnlyHint: true`. Stacks wit
|
|
|
158
158
|
The server logs the active filter to stderr on startup:
|
|
159
159
|
|
|
160
160
|
```
|
|
161
|
-
@yawlabs/tailscale-mcp v0.8.
|
|
161
|
+
@yawlabs/tailscale-mcp v0.8.3 ready (19 tools, profile=core, readonly)
|
|
162
162
|
```
|
|
163
163
|
|
|
164
164
|
If you don't set any filter, startup prints a tip pointing you at the profiles.
|
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.4" : (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];
|