superops-it 1.0.0 → 1.0.6

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/README.md CHANGED
@@ -26,7 +26,11 @@ npm install -g superops-it
26
26
 
27
27
  ### Claude Code
28
28
 
29
- Add to `~/.claude/settings.json`:
29
+ ```bash
30
+ claude mcp add superops-it -- npx -y superops-it
31
+ ```
32
+
33
+ Or add to `~/.claude/settings.json`:
30
34
 
31
35
  ```json
32
36
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "superops-it",
3
- "version": "1.0.0",
3
+ "version": "1.0.6",
4
4
  "description": "MCP server for SuperOps IT Teams GraphQL API documentation",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",
@@ -23,12 +23,12 @@
23
23
  "license": "MIT",
24
24
  "repository": {
25
25
  "type": "git",
26
- "url": "git+https://github.com/Limehawk/superops-mcp.git",
26
+ "url": "git+https://github.com/limehawk/superops-mcp.git",
27
27
  "directory": "packages/it"
28
28
  },
29
- "homepage": "https://github.com/Limehawk/superops-mcp/tree/main/packages/it#readme",
29
+ "homepage": "https://github.com/limehawk/superops-mcp/tree/main/packages/it#readme",
30
30
  "bugs": {
31
- "url": "https://github.com/Limehawk/superops-mcp/issues"
31
+ "url": "https://github.com/limehawk/superops-mcp/issues"
32
32
  },
33
33
  "dependencies": {
34
34
  "@modelcontextprotocol/sdk": "^1.25.2"
package/src/index.mjs CHANGED
File without changes