Skip to content

chore(release): staging to production - 2026.03.04 - #995

Merged
maxtechera merged 2 commits into
productionfrom
staging
Mar 4, 2026
Merged

chore(release): staging to production - 2026.03.04#995
maxtechera merged 2 commits into
productionfrom
staging

Conversation

@github-actions

@github-actions github-actions Bot commented Mar 4, 2026

Copy link
Copy Markdown

🚀 Release: Staging to Production

Release Date: 2026-03-04

Changes in this release

  • debug: add comprehensive MCP initialization logging (900d84e)

This PR is automatically created/updated when commits are pushed to staging.
Merging this PR will trigger the release workflow to create a new GitHub release.

Max Techera and others added 2 commits March 4, 2026 14:40
Adds detailed timing and diagnostic logs to trace the 60-second timeout:

Component layer (packages/components):
- JiraMCP.ts: Full getTools() flow with credential loading timing
- ConfluenceMCP.ts: Full getTools() flow with credential loading timing
- core.ts: MCPToolkit initialization breakdown (createClient, tools/list, get_tools)
- utils.ts: getCredentialData() with DB query and decrypt timing

Server layer (packages/server):
- index.ts checkAndRefreshCredentialsBeforeInit: OAuth refresh timing
- index.ts buildFlow: Node initialization wrapper timing

Each layer logs:
- Entry/exit timestamps (ISO format for millisecond precision)
- console.time()/timeEnd() for operation duration
- Credential existence/values (sanitized)
- Error paths with full context

This will pinpoint whether the 60s is spent in:
1. Database credential lookup
2. Credential decryption
3. OAuth refresh attempt
4. MCP subprocess spawn
5. tools/list RPC call to MCP server
6. Something else entirely

Deploy and capture logs from a single prediction request.
…ging

debug: comprehensive MCP initialization logging
@vercel

vercel Bot commented Mar 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
answerai-docs Building Building Preview Mar 4, 2026 2:42pm
the-answerai Building Building Preview Mar 4, 2026 2:42pm

Request Review

@maxtechera
maxtechera merged commit 214eee1 into production Mar 4, 2026
5 of 7 checks passed
@maxtechera
maxtechera temporarily deployed to staging - aai-unified2-flowise-moonstruck March 4, 2026 14:43 — with Render Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant