mingyu: Mingyu is a divination and fortune-telling chart generation tool focused on Chinese traditional systems. It covers bazi (four pillars), ziwei doushu, Western astrology, liuyao hexagrams, meihua yishu, qimen dunjia, liuren, tarot, lenormand, and date selection. Each reading produces structured data plus a formatted prompt ready for any AI model to interpret. Accessible via web, public API, MCP server, or agent skill.; 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.
Generating a bazi or ziwei chart and handing the structured output to an LLM for interpretation
Building production-grade MCP servers in Go with minimal boilerplate