@pactosigna/mcp-server 0.1.14 → 0.1.15

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -5
package/dist/index.js CHANGED
@@ -25894,7 +25894,7 @@ var client = new PactoSignaApiClient({
25894
25894
  apiKey: PACTOSIGNA_API_KEY
25895
25895
  });
25896
25896
  var server = new Server(
25897
- { name: "pactosigna", version: "0.1.14" },
25897
+ { name: "pactosigna", version: "0.1.15" },
25898
25898
  { capabilities: { tools: {} } }
25899
25899
  );
25900
25900
  server.setRequestHandler(ListToolsRequestSchema, async () => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pactosigna/mcp-server",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "type": "module",
5
5
  "description": "MCP server for PactoSigna QMS — connects Claude Desktop, Cursor, and other AI tools to your quality management system",
6
6
  "bin": {
@@ -19,14 +19,13 @@
19
19
  "dist",
20
20
  "README.md"
21
21
  ],
22
- "dependencies": {
23
- "@pactosigna/schemas": "0.1.0"
24
- },
22
+ "dependencies": {},
25
23
  "devDependencies": {
26
24
  "@modelcontextprotocol/sdk": "^1.12.1",
27
25
  "tsup": "^8.0.0",
26
+ "typescript": "^5.7.2",
28
27
  "zod": "^3.24.1",
29
- "typescript": "^5.7.2"
28
+ "@pactosigna/schemas": "0.1.0"
30
29
  },
31
30
  "repository": {
32
31
  "type": "git",