Skip to content

Commit d9180af

Browse files
committed
Add link to Wassette and explain the relationship to wasmcp.
Signed-off-by: bowlofarugula <[email protected]>
1 parent 503545b commit d9180af

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/blog/mcp-with-wasmcp.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,13 @@ $ spin up -f mygithub:[email protected]
370370
Serving http://127.0.0.1:3000
371371
```
372372

373-
We can publish any individual component, or any sequence of composed MCP feature components and middleware, as a standalone artifact in the same way. This enables dynamic and flexible composition of reusable components across servers in a kind of recursive drag-and-drop way, supporting composition and distribution of pre-built patterns which are themselves further composable. See `wasmcp compose --help` for more details on creating standalone feature compositions.
373+
We can publish any individual component, or any sequence of composed MCP feature components and middleware, as a standalone artifact in the same way. This enables dynamic and flexible composition of reusable components across servers in a kind of recursive drag-and-drop way, supporting composition and distribution of pre-built patterns which are themselves further composable. See `wasmcp compose --help` for details.
374+
375+
## Related projects
376+
377+
Microsoft's [Wassette](https://github.com/microsoft/wassette) is a security-oriented runtime that runs WebAssembly Components via MCP.
378+
379+
While Wassette is a custom MCP-specific runtime that can dynamically load and execute components as individual tools on demand with deeply integrated access control, Wasmcp is a toolchain for producing an MCP server as a component that is compatible across Wasm runtimes.
374380

375381
## An Open Foundation for AI Agents
376382

0 commit comments

Comments
 (0)