Hacker News new | past | comments | ask | show | jobs | submit | evacchi's comments login

OT: I really like Li Haoyi's work in the Scala community, trying to bring Python's straightforward programming model to Scala.

I've been wondering if there is an equivalent in the Rust ecosystem. I think https://github.com/facet-rs/facet is going in the right direction


so finally someone is actually putting ML in ML


cool!! you might also want to check out https://www.mcp.run/dylibso/eval-py

It's open source too :) https://github.com/dylibso/mcp.run-servlets/tree/main/servle...

We also use Wasm to sandbox all our servlets https://docs.mcp.run/blog/2025/04/07/mcp-run-security

(I work at Dylibso)


hah! this is great. I built something similar using mcp.run and a task

- https://docs.mcp.run/tasks/tutorials/telegram-bot

for memories (still not shown in this tutorial) I have created a pantry [0] and a servlet for it [1] and I modified the prompt so that it would first check if a conversation existed with the given chat id, and store the result there.

The cool thing is that you can add any servlets on the registry and make your bot as capable as you want.

[0] https://getpantry.cloud/ [1] https://www.mcp.run/evacchi/pantry

Disclaimer: I work at Dylibso :o)


we also recently published our approach on MCP security for mcp.run. Our "servlets" run in a sandboxed environment; this should mitigate a lot of the concerns that have been recently raised.

https://docs.mcp.run/blog/2025/04/07/mcp-run-security


The main concern I have is that there's not a well defined security context in any agentic system. They are assumed to be "good" but that's not good enough.


Good article, Edoardo! The ideas about securing MCP frameworks with servlets are really interesting. Just added your article to https://github.com/Puliczek/awesome-mcp-security


somewhat related https://architect.run/

> Seamless Migrations with Zero Downtime

(I don't work for them but they are friends ;))


shameless plug: we're building a registry and tooling for multi-platform MCP-based tools check it out https://www.mcp.run/


fun fact: there is an ongoing effort to bring Wasm to Rhino via Chicory

https://github.com/mozilla/rhino/discussions/1485


also https://github.com/mirkosertic/Bytecoder and https://github.com/i-net-software/JWebAssembly as well as the already mentioned (in some other comment) https://cheerpj.com/

most of them are still experimental, while CheerpJ offers Enterprise support (but it targets the browser).

oh, and let's not forget j2cl https://github.com/google/j2cl


that is correct


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: