superops-it 1.0.0 → 1.0.1

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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,6 +26,13 @@ npm install -g superops-it
26
26
 
27
27
  ### Claude Code
28
28
 
29
+ ```bash
30
+ claude mcp add superops-it -- npx -y superops-it
31
+ ```
32
+
33
+ <details>
34
+ <summary>Or manually add to settings</summary>
35
+
29
36
  Add to `~/.claude/settings.json`:
30
37
 
31
38
  ```json
@@ -38,6 +45,7 @@ Add to `~/.claude/settings.json`:
38
45
  }
39
46
  }
40
47
  ```
48
+ </details>
41
49
 
42
50
  ### Claude Desktop
43
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "superops-it",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "MCP server for SuperOps IT Teams GraphQL API documentation",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",