Dominic Gannaway @trueadm.dev · Apr 30

TSRX now supports Vue Vapor! Plus we've extended the runtimes support to include Preact. We will soon have an MCP server for TSRX so you can plug it into your favorite AI agent. TSRX is still alpha, so we're looking for early feedback from the Vue community tsrx.dev/getting-star...

33 likes 3 replies

?

Replies

Max Slinger · Apr 30

oh wait the MCP server part is interesting. what would the agent actually see, component trees? compiled output? if it can reason about TSRX module boundaries that's different from just dumping source into context

Daniel Waltz · May 1

This is super cool! I did spend some time yesterday afternoon and today putting together a POC project with Vue Vapor and TSRX just to feel it out and was surprised how nice it felt. It's odd (especially with a Vue background) placing JS statements inside the template, but also kinda natural. 😅

Jeppe Reinhold 🇩🇰 · Apr 30

You should try out tmcp from @paolo.ricciuti.me for building the MCP server. The API is _so_ much better than the official SDK, the documentation is better (for agents too), it's composable, smaller install footprint, etc. I've used both extensively, no contest. tmcp.io