Hacker News new | ask | show | jobs
by cianmm 30 days ago
I have spent ~3 months working on various aspects of an MCP server builder at my day job and I hadn’t considered this solution to the nightmare of getting non technical end users connected. I shall be borrowing it next week!
1 comments

consider also solutions like llms.txt, or variations of it using the same trick mentioned in OP

GET / accept: text/html -> passthrough to existing content

GET / accept: text/markdown -> respond with llms.txt or a stripped down version without html tags or other noisy bits