Readit News logoReadit News
masafej536 commented on Google flags Immich sites as dangerous   immich.app/blog/google-fl... · Posted by u/janpio
dmoreno · 2 months ago
Happened to me last week. One morning we wake up and the whole company website does not work.

Not advice with some time to fix any possible problem, just blocked.

We gave very bad image to our clients and users, and had to give explanations of a false positive from google detection.

The culprit, according to google search console, was a double redirect on our web email domain (/ -> inbox -> login).

After just moving the webmail to another domain, removing one of the redirections just in case, and asking politely 4 times to be unblocked.. took about 12 hours. And no real recourse, feedback or anything about when its gonna be solved. And no responsibility.

The worse is the feeling of not in control of your own business, and depending on a third party which is not related at all with us, which made a huge mistake, to let out clients use our platform.

masafej536 · 2 months ago
This looks like the same suicide inducing type of crap by google that previously only android devs on playstore were subject to.
masafej536 commented on MCP overlooks hard-won lessons from distributed systems   julsimon.medium.com/why-m... · Posted by u/yodon
redandblack · 4 months ago
not a developer.

what happens if this schema validation fails here - what will the mcp server respond with and what will the llm do next (in a deterministic sense)?

llm tool call -> mcp client validates the schema -> mcp client calls the tool -> mcp server validates the schema

masafej536 · 4 months ago
They often do fail, at the client level you can just feed the schema validation error message back into the LLM and it corrects itself most of the time. If not the LLM throws itself into a loop until its caller times it out and it sends an error message back to the user.

At the server level it's just a good old JSON API at this point, and the server would send the usual error message it would send out to anyone.

masafej536 commented on MCP overlooks hard-won lessons from distributed systems   julsimon.medium.com/why-m... · Posted by u/yodon
whoknowsidont · 4 months ago
Can you please diagram out, using little text arrows ("->"), what you think is happening so I can just fill in the gap for you?
masafej536 · 4 months ago
llm tool call -> mcp client validates the schema -> mcp client calls the tool -> mcp server validates the schema -> mcp server responds with the result -> mcp client passes the tool result into llm

u/masafej536

KarmaCake day8August 10, 2025View Original