Some media is cool because you know it was really difficult to put it together or obtain the footage. I think of Tom Cruise and his stunts in Mission Impossible as an example. They add to the spectacle because you know someone actually did this and it was difficult, expensive, and dangerous. (Implying a once in a lifetime moment.) But yeah, AI offers ways to make this visual infinitely repeatable.
It's a little better, but I would never expect anyone to translate "shopping" to "købe ind". "købe ind" is about getting groceries for the week, shopping is about walking the strip and dreaming of buying random clothing. As a native speaker I'd be less surprised if the you just used the borrowed word "shopping" directly. Basically "Jeg vil gerne shoppe i morgen".
I'm surprised this isn't a more popular thing now.
MCP isn't stateful in terms of connection with a downstream API server - only with a local bit of code that translates LLM tool calls to something else. There's no inherent coupling.
Looking at your get_tools() it does essentially the same thing as the OpenAPI MVP server but without being an MCP server - meaning now there are two standards where before there was one, and your tool is most usefully imagined as a local stdio MCP server.
And reflecting on your approach, perhaps it's quite a good way to on-board lots of organisations that might have been hesitant or left behind otherwise.
For example, you can write an web-based chatbot that uses agents.json to interface with APIs. To do the same with MCP, you'd spin up a separate lambda or deployed MCP server for each user.
MCP isn't stateful in terms of connection with a downstream API server - only with a local bit of code that translates LLM tool calls to something else. There's no inherent coupling.
Looking at your get_tools() it does essentially the same thing as the OpenAPI MVP server but without being an MCP server - meaning now there are two standards where before there was one, and your tool is most usefully imagined as a local stdio MCP server.
This is a hilarious basis for protest