@pactosigna/mcp-server 0.1.16 → 0.1.17
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -25902,7 +25902,7 @@ var client = new PactoSignaApiClient({
|
|
|
25902
25902
|
apiKey: PACTOSIGNA_API_KEY
|
|
25903
25903
|
});
|
|
25904
25904
|
var server = new Server(
|
|
25905
|
-
{ name: "pactosigna", version: "0.1.
|
|
25905
|
+
{ name: "pactosigna", version: "0.1.17" },
|
|
25906
25906
|
{ capabilities: { tools: {} } }
|
|
25907
25907
|
);
|
|
25908
25908
|
server.setRequestHandler(ListToolsRequestSchema, async () => ({
|
package/package.json
CHANGED