File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,12 @@ hyper-mcp makes it easy to add AI capabilities to your applications. It works wi
26
26
- Write plugins in any language that compiles to WebAssembly
27
27
- Distribute plugins via standard OCI registries (like Docker Hub)
28
28
- Built on [ Extism] ( https://github.com/extism/extism ) for rock-solid plugin support
29
+ - Sanboxing with WASM: ability to limit network, filesystem, memory access
29
30
- Lightweight enough for resource-constrained environments
30
31
- Support all 3 protocols in the spec: ` stdio ` , ` sse ` and ` streamble-http ` .
31
32
- Deploy anywhere: serverless, edge, mobile, IoT devices
32
33
- Cross-platform compatibility out of the box
34
+ - Support tool name prefix to prevent tool names collision
33
35
34
36
## Security
35
37
@@ -75,7 +77,8 @@ Built with security-first mindset:
75
77
"path" : " oci://ghcr.io/tuananh/fetch-plugin:latest" ,
76
78
"runtime_config" : {
77
79
"allowed_hosts" : [" *" ],
78
- "memory_limit" : " 100 MB"
80
+ "memory_limit" : " 100 MB" ,
81
+ "tool_name_prefix" : " foo_"
79
82
}
80
83
}
81
84
]
You can’t perform that action at this time.
0 commit comments