@yawlabs/tailscale-mcp 0.10.8 → 0.10.9

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -33467,7 +33467,7 @@ var webhookTools = [
33467
33467
  ];
33468
33468
 
33469
33469
  // src/index.ts
33470
- var version2 = true ? "0.10.8" : (await null).createRequire(import.meta.url)("../package.json").version;
33470
+ var version2 = true ? "0.10.9" : (await null).createRequire(import.meta.url)("../package.json").version;
33471
33471
  var subcommand = process.argv[2];
33472
33472
  if (subcommand === "deploy-acl") {
33473
33473
  const filePath = process.argv[3];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yawlabs/tailscale-mcp",
3
- "version": "0.10.8",
3
+ "version": "0.10.9",
4
4
  "description": "Tailscale MCP server for managing your tailnet from AI assistants",
5
5
  "license": "MIT",
6
6
  "author": "YawLabs <contact@yaw.sh>",