Skip to main content
Rafael Fernandez

Rafael Fernandez

⚡ Let’s Rock the Code! ⚡

Recent

Connecting OpenCode to GitHub MCP Server

·5 mins
A practical guide to connect OpenCode with the remote GitHub MCP Server using a PAT, disable automatic OAuth, and avoid the most common auth errors.

Todo CLI in Rust 3. Building the CLI with clap

·2 mins
We design the CLI adapter as if real people will use it daily: strict subcommands, safe enums, typed UUID input, and dual table/json output for both humans and scripts.