Skip to content

Commit bfdc537

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/blog/mcp-with-wasmcp.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,12 @@ Serving http://127.0.0.1:3000
372372

373373
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.
374374

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 Wasmcp is a toolchain for producing an MCP server as a component that is compatible across Wasm runtimes, Wassette is a custom MCP-specific runtime that can dynamically load and execute components as individual tools on demand with deeply integrated access control.
380+
375381
## An Open Foundation for AI Agents
376382

377383
By building on two complementary open standards, MCP and the WebAssembly component model, we can expose new context to AI applications and agents in a useful way that solves some of the current challenges towards achieving that goal.

0 commit comments

Comments
 (0)