Skip to content

Commit eee46d8

Browse files
committed
readme changes
1 parent cb96646 commit eee46d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ thv run ghcr.io/stackloklabs/model-context-shell:latest --network host --foregro
5858
thv run ghcr.io/stackloklabs/model-context-shell:latest --foreground --transport streamable-http
5959
```
6060

61-
Use a specific version tag (e.g., `:v0.0.3`) instead of `:latest` for reproducible deployments.
61+
Once running, MCP Shell is available to any AI agent that ToolHive supports — no additional integration required.
6262

6363
## Security
6464

65-
MCP Shell is designed with security in mind:
65+
MCP Shell runs in a containerized environment through ToolHive, so commands have no direct access to the user's filesystem — only through explicitly configured MCP servers.
6666

67+
- **Containerized**: Runs isolated from the host system
6768
- **Command Whitelisting**: Only safe, read-only data transformation commands are allowed
6869
- **No Shell Injection**: Commands are executed with `shell=False`, args passed separately
69-
- **Sandboxed Execution**: No access to arbitrary file system or network operations
7070
- **MCP Tools Only**: All external operations go through approved MCP servers
7171

7272
## Roadmap

0 commit comments

Comments
 (0)