GitHub MCP in Claude.ai Can’t See Your Private Org Repos? Install the App on the Org

After connecting the remote GitHub MCP connector to Claude.ai, it could see exactly one repo in my org — the only public one. Every private repo 404’d. Symptom The repo exists and I own the org. GitHub returns 404 rather than 403 for resources your token can’t see, so “not found” here means “not permitted.”

GitHub MCP in Claude.ai Can’t See Your Private Org Repos? Install the App on the Org Read More »

Fixing Firebase Auth “Missing Client Identifier” Error in Expo

If you’re encountering the dreaded [auth/missing-client-identifier] error with Firebase Authentication in your Expo app, here’s the solution that worked for me. The Problem This error typically occurs when there’s a mismatch between your app’s configuration in Firebase and your actual app credentials. In my case, there seemed to be an internal linking issue between Firebase

Fixing Firebase Auth “Missing Client Identifier” Error in Expo Read More »

Deploy WordPress Plugins & Themes to Several Sites using GitHub Actions

This article isn’t intended as a one-stop set of instructions for getting started with GitHub actions. But instead, this post will summarize what is involved in deploying plugins/themes to multiple sites using GitHub actions. The instructions are loosely based on this extremely helpful step-by-step guide on continuous deployments for WordPress. If the guide I just

Deploy WordPress Plugins & Themes to Several Sites using GitHub Actions Read More »

PHPCS fatal execution error occurred

What causes the phpcs fatal execution error? Is there something wrong with how you installed PHP Code Sniffer? Perhaps there is something wrong with VSCode or the coding standard you are trying to implement. Initially, I thought there was something wrong with my VSCode extension, I actually kept searching for things such as “vscode fatal

PHPCS fatal execution error occurred Read More »

Error – email could not be sent – site may not be correctly configured – WordPress not sending emails on localhost – xampp

Is WordPress telling you that it is not set up to send emails? Read on. This problem took me roughly 20hrs to get to the bottom of (I’m not embarrassed). If that sounds extreme, good! This is the type of problem that keeps you up at night. When you check so many different logs, so

Error – email could not be sent – site may not be correctly configured – WordPress not sending emails on localhost – xampp Read More »