-
Notifications
You must be signed in to change notification settings - Fork 98
enhance: remove auto delete and see logs of mcp failure on setup #4611
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
enhance: remove auto delete and see logs of mcp failure on setup #4611
Conversation
6a8f607 to
4a22cdf
Compare
|
Wanted to test this again before merging, but looks like /logs is no longer working for me when trying to run with the Tavily example case After getting the 503 from /launch, trying to hit /logs gives me: Before, /logs would be successful and I could get the logs info showing that I am missing an environment variable. Example of what was happening before: https://www.loom.com/share/23d35958db214d99a48b99349b42e5e4 Wondering if there was a change with Tavily or on our side and holding off merge to see if I can try with another MCP server! |
Was able to determine there was a backend change that made it so /logs will return a 500 if the deployment fails for any reason. Waiting on a backend PR to merge #4530 to verify that /logs can be hit if due to invalid/not provided environment variable. |
5f858b5 to
ce90e62
Compare
…how deployment logs update
ce90e62 to
1f69607
Compare
77a6fed to
0b718b7
Compare
g-linville
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Backend lgtm
Addresses #4182