superops-it 1.1.16 → 1.1.18

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -154,4 +154,4 @@ Once configured, ask Claude:
154
154
 
155
155
  ## License
156
156
 
157
- MIT
157
+ GPL-3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "superops-it",
3
- "version": "1.1.16",
3
+ "version": "1.1.18",
4
4
  "description": "MCP server for SuperOps IT Teams GraphQL API documentation",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",
@@ -20,7 +20,7 @@
20
20
  "ai"
21
21
  ],
22
22
  "author": "Limehawk",
23
- "license": "MIT",
23
+ "license": "GPL-3.0",
24
24
  "repository": {
25
25
  "type": "git",
26
26
  "url": "git+https://github.com/limehawk/superops-mcp.git",