-
-
Notifications
You must be signed in to change notification settings - Fork 591
chore(dockermcpgateway): skip testable example as it's not deterministic #3457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(dockermcpgateway): skip testable example as it's not deterministic #3457
Conversation
✅ Deploy Preview for testcontainers-go ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Summary by CodeRabbit
WalkthroughThe mcp SDK dependency was upgraded from v0.2.0 to v1.0.0, accompanied by addition of a jsonschema-go indirect dependency. Example code was refactored to use the updated API, replacing factory-style transport initialization with composite literals and adapting Connect() method calls. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (5)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
* main: chore(dockermcpgateway): skip testable example as it's not deterministic (testcontainers#3457) fix(compose): update to docker compose v2.40.2 and use api.Compose interface (testcontainers#3456) chore(deps): bump mkdocs-include-markdown-plugin from 7.1.6 to 7.1.8 (testcontainers#3455)
What does this PR do?
This PR does the following:
Why is it important?
Fix CI for those PRs kicking the build for all modules
Related issues