Tomek Rabczak
Tomek Rabczak
This looks related to https://github.com/rubycdp/cuprite/issues/238. Curious if you were able to find a workaround @janko?
I appear to be seeing the same behavior here on my end
Hmm, it looks like https://github.com/modelcontextprotocol/typescript-sdk/pull/652 added OIDC Discovery support and version 0.16.2 pulled in that update, but this bug still exists in inspector.
Would the caching logic here prevent any potential fixes/updates to https://www.gstatic.com/ct/log_list/v3/log_list.json from getting picked up for another 24 hours? https://github.com/appmattus/certificatetransparency/blob/b9e7310a51817a860862a7332ac050a4d4f59c7e/certificatetransparency/src/main/kotlin/com/appmattus/certificatetransparency/loglist/LogListCacheManagementDataSource.kt#L42-L62 edit: looks like the LogListResult won't get cached if it...