@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 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.2 ready (21 tools, profile=core, readonly)
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.3" : (await null).createRequire(import.meta.url)("../package.json").version;
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];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yawlabs/tailscale-mcp",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "Tailscale MCP server for managing your tailnet from AI assistants",
5
5
  "license": "MIT",
6
6
  "author": "YawLabs <contact@yaw.sh>",