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