1 pointby curtisblaine2 hours ago1 comment
  • BlueHotDog2an hour ago
    WebMCP is a protocol for exposing tools the AI can call from your running web app. the point isn't "consume API tokens", it's "let the AI do stuff in your app" (click buttons, fill forms, read DOM state). The Gemini integration is just the orchestrator for the example implementation. not the protocol
    • curtisblaine32 minutes ago
      Yes, but in practice, how do you connect AI to WebMCP? What is the point of a protocol that speaks MCP inside the browser if it's not reachable outside the browser?