JMJan Malčákinmalja.dev·Feb 16 · 6 min readWebMCPTL;DR, summarize! WebMCP = API for LLM living in your browser Website exposes tools, that Agent can run No separate MCP server or screen/DOM scraping is necessary. Makes accessing auth-protected websites simpler by reusing browser’ session Why ...00
JMJan Malčákinmalja.dev·Mar 21, 2025 · 6 min readMCP - Model Context ProtocolHigh-Level Overview Remember heads in jars from Futurama? That’s LLM. They may have a lot of knowledge, but they cannot do much with it. They are just sitting heads. What if we could give them hands? They could move around and press buttons for us! ...00
JMJan Malčákinmalja.dev·Mar 6, 2025 · 4 min readClaude Code - First LookSo, somewhere in the middle of February, Anthropic released Claude 3.7 Sonnet model, which people immediately jumped onto and used it in Cursor (or the editor of choice). However, there was another tool released that day - Claude Code. It was just a ...00
JMJan Malčákinmalja.dev·Mar 3, 2023 · 4 min readWhat's new in TypeScript 5.0?On the 1st of March, the team behind TypeScript released TypeScript 5.0 RC. That means the version is pretty stable and we can have a look at some new features, Let's roll! Decorators Decorators are part of TypeScript for a long time. However, they a...00