Skip to content

chore: fix mcp is called synchronously.#1101

Merged
fengju0213 merged 3 commits intomainfrom
fix_mcp_async
Feb 11, 2026
Merged

chore: fix mcp is called synchronously.#1101
fengju0213 merged 3 commits intomainfrom
fix_mcp_async

Conversation

@fengju0213
Copy link
Copy Markdown
Collaborator

Description

What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

Comment thread src/store/chatStore.ts Outdated
Comment on lines +720 to +728
installed_mcp: { mcpServers: {} },
installed_mcp:
mcpLocal && Object.keys(mcpLocal).length > 0
? mcpLocal
: { mcpServers: {} },
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @fengju0213, just an unrelated issue where here we are passing the .eigent/mcp.json but the mcp page isn't reflecting this file.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image Just reverted it for now as its better to focus on server synched config.

Copy link
Copy Markdown
Collaborator

@a7m-1st a7m-1st left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally, fixes #1089 ✅ . Just give me a moment to iron out the local - server mcp sync issue.
Image

@a7m-1st a7m-1st linked an issue Feb 10, 2026 that may be closed by this pull request
@fengju0213
Copy link
Copy Markdown
Collaborator Author

@a7m-1st thanks!

@fengju0213 fengju0213 self-assigned this Feb 11, 2026
@fengju0213 fengju0213 merged commit bef9aee into main Feb 11, 2026
8 checks passed
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.

[BUG] Notion does not work

2 participants