@pactosigna/mcp-server 0.1.30 → 0.1.31
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
|
@@ -26141,7 +26141,7 @@ var client = new PactoSignaApiClient({
|
|
|
26141
26141
|
apiKey: PACTOSIGNA_API_KEY
|
|
26142
26142
|
});
|
|
26143
26143
|
var server = new Server(
|
|
26144
|
-
{ name: "pactosigna", version: "0.1.
|
|
26144
|
+
{ name: "pactosigna", version: "0.1.31" },
|
|
26145
26145
|
{ capabilities: { tools: {} } }
|
|
26146
26146
|
);
|
|
26147
26147
|
server.setRequestHandler(ListToolsRequestSchema, async () => ({
|
package/package.json
CHANGED