@episoda/cli 0.2.154 → 0.2.155

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -5646,6 +5646,15 @@ async function statusCommand(options = {}) {
5646
5646
  status.info(` Device: ${deviceDisplayName}`);
5647
5647
  status.info(' Run "episoda dev" in a project directory to connect.');
5648
5648
  }
5649
+ status.info("");
5650
+ status.info("MCP Configuration:");
5651
+ if (process.env.GITHUB_PERSONAL_ACCESS_TOKEN) {
5652
+ status.success(" \u2713 GitHub MCP token available (GITHUB_PERSONAL_ACCESS_TOKEN is set)");
5653
+ } else {
5654
+ status.warning(" \u26A0 GitHub MCP token missing (GITHUB_PERSONAL_ACCESS_TOKEN not set)");
5655
+ status.info(' GitHub MCP tools will fail with "Requires authentication".');
5656
+ status.info(" Fix: export GITHUB_PERSONAL_ACCESS_TOKEN=$(gh auth token)");
5657
+ }
5649
5658
  if (options.verify) {
5650
5659
  status.info("");
5651
5660
  status.info("Connection Health Check:");