Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 18, 2026

The Daily Team Evolution Insights workflow timed out after 45 minutes in all 7 runs. The workflow used mode: local for the GitHub MCP server, requiring Docker container download, startup, and inter-process communication overhead.

Changes

  • .github/workflows/daily-team-evolution-insights.md: Changed GitHub MCP mode from local to remote
  • .github/workflows/daily-team-evolution-insights.lock.yml: Recompiled workflow, removing Docker image download step

Technical Details

Before: Docker-based MCP server

tools:
  github:
    mode: local
    toolsets: [repos, issues, pull_requests, discussions]

After: Hosted MCP server

tools:
  github:
    mode: remote
    toolsets: [repos, issues, pull_requests, discussions]

Remote mode connects directly to https://api.githubcopilot.com/mcp/ via HTTPS, eliminating container overhead. Same pattern used by successful workflows like daily-repo-chronicle.

Original prompt

This section details on the original issue you should resolve

<issue_title>[agentics] Daily Team Evolution Insights failed</issue_title>
<issue_description>### Workflow Failure

Workflow: Daily Team Evolution Insights
Branch: main
Run URL: https://github.com/githubnext/gh-aw/actions/runs/21110565853

Action Required

Debug this workflow failure using the agentic-workflows agent:

/agent agentic-workflows

When prompted, instruct the agent to debug this workflow failure.

Generated from Daily Team Evolution Insights

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits January 18, 2026 12:00
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Change from local (Docker) to remote (hosted) GitHub MCP server mode to improve reliability and reduce latency. The local mode was causing the workflow to timeout after 45 minutes consistently across all 7 runs.

Remote mode advantages:
- Faster connection and initialization
- No Docker container overhead
- More reliable hosted infrastructure
- Reduced timeout risk

The change removes the need to download the GitHub MCP Docker image, switching to the hosted MCP server at https://api.githubcopilot.com/mcp/ instead.

Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot AI changed the title [WIP] Debug workflow failure for Daily Team Evolution Insights Fix daily-team-evolution-insights timeout by switching to remote GitHub MCP mode Jan 18, 2026
Copilot AI requested a review from mnkiefer January 18, 2026 12:10
@pelikhan pelikhan closed this Jan 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[agentics] Daily Team Evolution Insights failed

3 participants