Skip to content

Conversation

@wadabee
Copy link
Contributor

@wadabee wadabee commented Jul 1, 2025

Description of Changes

Fixed the following

  • Fixes an issue where Lambda fails to start due to lack of ephemeral storage
  • Fixed an error when generating images from regions where Nova Canvas is not provided
  • Fixed an issue where generated images sometimes did not appear on the chat screen

以下の点を修正

  • Lambdaのエフェメラルストレージ不足で起動に失敗する問題の修正
  • Nova Canvasが提供されていないリージョンから画像を生成するとエラーになる問題の修正
  • 時々、生成した画像がチャット画面に表示されない問題の修正

Checklist

  • Modified relevant documentation
  • Verified operation in local environment
  • Executed npm run cdk:test and if there are snapshot differences, execute npm run cdk:test:update-snapshot to update snapshots

Related Issues

Please list related issues as much as possible.

Comment on lines 171 to +172
env={
**server['env'],
**UV_ENV,
**server['env'],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

mcp.jsonの設定を優先するように修正しました。
例えば、Nova Canvasのenvで別リージョンを指定したい場合に現状の実装では問題がありました。

Comment on lines 122 to 123
'/mcp':
'You are an AI agent that is good with lots of different tools. You find the answers to user questions and instructions using the right tools. The answers can be in different types of formats. If you want to make images, please use Markdown and show them.',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

画像をマークダウンで表示するように明示的に指示しました。

Copy link
Contributor

@tbrand tbrand left a comment

Choose a reason for hiding this comment

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

LGTM

@tbrand tbrand merged commit b4fa31d into main Jul 2, 2025
2 checks passed
kazuhitogo pushed a commit that referenced this pull request Aug 5, 2025
@tbrand tbrand deleted the fix/mcp-chat branch September 4, 2025 03:06
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.

2 participants