domscribe: Domscribe connects AI coding agents to running frontend applications. It provides build-time stable IDs, deep runtime context (props, state, DOM), and bidirectional querying between source code and live browser. It is framework-agnostic and supports any MCP-compatible agent.; gomcp: GoMCP is a Go framework for building Model Context Protocol servers — described as "Gin for MCP." It provides struct-tag-based automatic JSON schema generation, a full middleware chain (logging, auth, rate limiting, OpenTelemetry), tool groups, and one-line imports for Gin routes, OpenAPI/Swagger specs, and gRPC services. Built-in Bearer/API Key/Basic auth with RBAC and an inspector UI included.
Let AI agents 'see' the browser: agent queries source code and gets live DOM snapshot, props, state to verify changes before and after editing.
Building production-grade MCP servers in Go with minimal boilerplate