Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/s1-secops-skills/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ Edit `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) o
"-e", "SDL_CONFIG_WRITE_KEY",
"-e", "SDL_CONFIG_READ_KEY",
"ghcr.io/pmoses-s1/s1-mcps:1.2.3",
"s1-secops-mcp"
"sentinelone-mcp"
],
"env": {
"S1_CONSOLE_URL": "https://usea1-yourorg.sentinelone.net",
Expand Down Expand Up @@ -472,7 +472,7 @@ Claude checks all three MCPs, confirms each skill is loaded, and reports any mis
```bash
docker run -i --rm ghcr.io/pmoses-s1/s1-mcps:1.2.3 help # lists the three bundled servers
echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"smoke","version":"0.1"}}}' \
| docker run -i --rm ghcr.io/pmoses-s1/s1-mcps:1.2.3 s1-secops-mcp
| docker run -i --rm ghcr.io/pmoses-s1/s1-mcps:1.2.3 sentinelone-mcp
```

The second command returns one JSON line with `serverInfo.name = "sentinelone-mcp-server"`, and stderr shows `Tools: 26 registered`.
Expand Down
Loading