@ductape/mcp 0.1.0 → 0.1.2

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/dist/index.d.ts CHANGED
@@ -5,7 +5,9 @@
5
5
  * Exposes Ductape SDK operations as MCP tools by calling the backend proxy.
6
6
  *
7
7
  * Authentication:
8
- * Requires passing a `publishable_key` with every `ductape_execute` payload.
8
+ * Set DUCTAPE_PUBLISHABLE_KEY in the MCP server's env config to avoid passing
9
+ * publishable_key on every tool call. Per-call publishable_key still overrides
10
+ * the env var when provided.
9
11
  */
10
12
  export {};
11
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AACA;;;;;;;GAOG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AACA;;;;;;;;;GASG"}