@ushiradineth/veil 0.1.6 → 0.1.7

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
@@ -30,7 +30,7 @@ Add Veil to your MCP client config:
30
30
  Install the Veil skill (optional, improves agent tool routing):
31
31
 
32
32
  ```bash
33
- npx -y skills add https://github.com/ushiradineth/veil/tree/main/docs --skill veil --list
33
+ npx -y skills add https://github.com/ushiradineth/veil/tree/main/docs --skill veil
34
34
  ```
35
35
 
36
36
  ## MCP Tools
package/dist/bin.js CHANGED
@@ -32127,7 +32127,7 @@ var init_server3 = __esm({
32127
32127
  init_web_search();
32128
32128
  server = new McpServer({
32129
32129
  name: "veil",
32130
- version: "0.1.6"
32130
+ version: "0.1.7"
32131
32131
  });
32132
32132
  server.tool(
32133
32133
  "status",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ushiradineth/veil",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",