Skip to content

Commit edab144

Browse files
committed
chore: update readme
Signed-off-by: Tuan Anh Tran <[email protected]>
1 parent e54e5fd commit edab144

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ hyper-mcp makes it easy to add AI capabilities to your applications. It works wi
2626
- Write plugins in any language that compiles to WebAssembly
2727
- Distribute plugins via standard OCI registries (like Docker Hub)
2828
- Built on [Extism](https://github.com/extism/extism) for rock-solid plugin support
29+
- Sanboxing with WASM: ability to limit network, filesystem, memory access
2930
- Lightweight enough for resource-constrained environments
3031
- Support all 3 protocols in the spec: `stdio`, `sse` and `streamble-http`.
3132
- Deploy anywhere: serverless, edge, mobile, IoT devices
3233
- Cross-platform compatibility out of the box
34+
- Support tool name prefix to prevent tool names collision
3335

3436
## Security
3537

@@ -75,7 +77,8 @@ Built with security-first mindset:
7577
"path": "oci://ghcr.io/tuananh/fetch-plugin:latest",
7678
"runtime_config": {
7779
"allowed_hosts": ["*"],
78-
"memory_limit": "100 MB"
80+
"memory_limit": "100 MB",
81+
"tool_name_prefix": "foo_"
7982
}
8083
}
8184
]

0 commit comments

Comments
 (0)