superops-msp 1.0.1 → 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 +1 -5
- package/package.json +4 -4
- package/src/index.mjs +0 -0
package/README.md
CHANGED
|
@@ -30,10 +30,7 @@ npm install -g superops-msp
|
|
|
30
30
|
claude mcp add superops-msp -- npx -y superops-msp
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
|
|
34
|
-
<summary>Or manually add to settings</summary>
|
|
35
|
-
|
|
36
|
-
Add to `~/.claude/settings.json`:
|
|
33
|
+
Or add to `~/.claude/settings.json`:
|
|
37
34
|
|
|
38
35
|
```json
|
|
39
36
|
{
|
|
@@ -45,7 +42,6 @@ Add to `~/.claude/settings.json`:
|
|
|
45
42
|
}
|
|
46
43
|
}
|
|
47
44
|
```
|
|
48
|
-
</details>
|
|
49
45
|
|
|
50
46
|
### Claude Desktop
|
|
51
47
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "superops-msp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "MCP server for SuperOps MSP 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/
|
|
26
|
+
"url": "git+https://github.com/limehawk/superops-mcp.git",
|
|
27
27
|
"directory": "packages/msp"
|
|
28
28
|
},
|
|
29
|
-
"homepage": "https://github.com/
|
|
29
|
+
"homepage": "https://github.com/limehawk/superops-mcp/tree/main/packages/msp#readme",
|
|
30
30
|
"bugs": {
|
|
31
|
-
"url": "https://github.com/
|
|
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
|