@pactosigna/mcp-server 0.1.4 → 0.1.5
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
|
@@ -22918,7 +22918,7 @@ var client = new PactoSignaApiClient({
|
|
|
22918
22918
|
apiKey: PACTOSIGNA_API_KEY
|
|
22919
22919
|
});
|
|
22920
22920
|
var server = new Server(
|
|
22921
|
-
{ name: "pactosigna", version: "0.1.
|
|
22921
|
+
{ name: "pactosigna", version: "0.1.5" },
|
|
22922
22922
|
{ capabilities: { tools: {} } }
|
|
22923
22923
|
);
|
|
22924
22924
|
server.setRequestHandler(ListToolsRequestSchema, async () => ({
|
package/package.json
CHANGED