@breadstone/archipel-mcp 0.0.19 → 0.0.20

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.
@@ -14,8 +14,8 @@ this contract so that the consuming application can switch providers without cha
14
14
  ## Extended by
15
15
 
16
16
  - [`InternalEsigningProvider`](Class.InternalEsigningProvider)
17
- - [`DocuSignEsigningProvider`](Class.DocuSignEsigningProvider)
18
17
  - [`AdobeSignEsigningProvider`](Class.AdobeSignEsigningProvider)
18
+ - [`DocuSignEsigningProvider`](Class.DocuSignEsigningProvider)
19
19
  - [`DropboxSignEsigningProvider`](Class.DropboxSignEsigningProvider)
20
20
 
21
21
  ## Constructors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/archipel-mcp",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "description": "MCP server providing Archipel platform knowledge — documentation, query patterns, and coding conventions — to AI development tools.",
5
5
  "type": "commonjs",
6
6
  "main": "./src/main.js",