·
We publish letscodeit.dev blog posts from a separate GitHub repository. The Next.js app fetches markdown at runtime with a one-hour cache,…
GEO (generative engine optimization) is how you structure and publish content so AI chatbots and answer engines quote your pages when…
When you send a message to an LLM, you are not paying for characters or words. You pay for tokens . A token is the unit the model splits…
The Safari MCP server was introduced in Safari Technology Preview 247 as a Model Context Protocol server for web developers.
This server allows any MCP-compatible client to connect and enables agents to understand how code renders in a Safari browser window. It provides access to the DOM, network requests, screenshots, and console output, streamlining the debugging process. Developers can debug directly from the terminal without switching between windows, enhancing efficiency by reducing repetitive actions in the debugging workflow.
Source: webkit.org
Being able to debug directly from the terminal without switching windows is a game changer. Streamlining workflows like this saves so much time.
The Safari MCP server "provides access to the DOM, network requests, screenshots, and console output" but I wish it supported more advanced profiling tools.
Comments