@stackwright-pro/mcp 0.2.0-alpha.32 → 0.2.0-alpha.40

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/LICENSE +21 -0
  2. package/package.json +6 -6
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ PROPRIETARY SOFTWARE LICENSE
2
+
3
+ Copyright (c) 2024-2026 Per Aspera LLC. All Rights Reserved.
4
+
5
+ This software and associated documentation files (the "Software") are the
6
+ proprietary and confidential property of Per Aspera LLC ("Company").
7
+
8
+ RESTRICTIONS: You may not use, copy, modify, merge, publish, distribute,
9
+ sublicense, sell, or otherwise exploit this Software or any portion thereof
10
+ without the express prior written consent of the Company.
11
+
12
+ GOVERNMENT USE: Use, duplication, or disclosure by the U.S. Government is
13
+ subject to restrictions as set forth in FAR 52.227-19 (Commercial Computer
14
+ Software - Restricted Rights) and DFARS 252.227-7013 (Rights in Technical
15
+ Data and Computer Software), as applicable.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED. IN NO EVENT SHALL THE COMPANY BE LIABLE FOR ANY CLAIM, DAMAGES, OR
19
+ OTHER LIABILITY ARISING FROM THE USE OF THE SOFTWARE.
20
+
21
+ For licensing inquiries: legal@peraspera.com
package/package.json CHANGED
@@ -2,19 +2,19 @@
2
2
  "dependencies": {
3
3
  "@modelcontextprotocol/sdk": "^1.10.0",
4
4
  "zod": "^4.3.6",
5
- "@stackwright-pro/types": "0.2.0-alpha.1",
6
- "@stackwright-pro/cli-data-explorer": "2.0.0-alpha.3"
5
+ "@stackwright-pro/types": "0.2.0-alpha.2",
6
+ "@stackwright-pro/cli-data-explorer": "2.0.0-alpha.4"
7
7
  },
8
8
  "devDependencies": {
9
- "@types/node": "^24.1.0",
9
+ "@types/node": "^25.9.1",
10
10
  "tsup": "^8.5.0",
11
- "typescript": "^5.8.3",
11
+ "typescript": "^6.0.3",
12
12
  "vitest": "^4.0.18"
13
13
  },
14
14
  "name": "@stackwright-pro/mcp",
15
- "version": "0.2.0-alpha.32",
15
+ "version": "0.2.0-alpha.40",
16
16
  "description": "MCP tools for Stackwright Pro - Data Explorer, Security, ISR, and Dashboard generation",
17
- "license": "PROPRIETARY",
17
+ "license": "SEE LICENSE IN LICENSE",
18
18
  "main": "./dist/server.js",
19
19
  "bin": {
20
20
  "stackwright-pro-mcp": "./dist/server.js"