Some notes and learnings when working with š¤ MCP Servers, and things that might be related or helpful in the future.
š§ NICE!!! Finished, now building my own mcp... š§ Coming soon @ /mcp
Model Context Protocol:
The MCP Standard and related links.
Shopify:
Remote-dom for MCP UI.
Cloudflare:
Cloudflare has a lot of uniques, and easy of deployments when it comes to MCP servers.
code-mod
with "dynamic worker loaders" could mean "better" MCP Servers. Potentially, this will reduce complexity when managing security for MCP servers. Also, I'm a fan of the reduced token carry over in the models' reasoning chain. In essence, these two will allow "unique" case code generation (throw away code) that will be run inside a sandbox which later communicates back to the MCP server via postMessage with results.