Casey Hand

Results 4 comments of Casey Hand

Try running `nvm install 21`, verify everything is still installed with `bun install` and then `bun run dev` should work

The below makes it dynamic and work both ways ``` import { agentState, internet, messages, modelList, projectList, } from "./store"; const getApiBaseUrl = () => { if (typeof window !==...

You can see my [mcp-ts-template](https://github.com/cyanheads/mcp-ts-template) project which uses Hono (see [httpTransport.ts](https://github.com/cyanheads/mcp-ts-template/blob/main/src/mcp-server/transports/httpTransport.ts)) I have a handful of projects [using this template](https://github.com/cyanheads/mcp-ts-template#-projects-using-this-template) (which uses Hono) you can see for real-world examples. Some...

Hi @kunalagrawal2 Thanks for the suggestion! I've just updated my current server guide with better documentation and examples and will work on creating a python version likely this week