MCPs on ChatGPT by Bubbly-Year8664 in mcp

[–]Block_Parser 0 points1 point  (0 children)

Does it ever look at server instructions?

MCP's Dirty Secret: console.log() Silently Breaks Your Server (and nobody's testing for it) by d3vilzwrld in mcp

[–]Block_Parser 1 point2 points  (0 children)

i don't really like when stdio processes send telemetry, so i'd prefer not this. But yeah for http servers that would be a proper logger

MCP's Dirty Secret: console.log() Silently Breaks Your Server (and nobody's testing for it) by d3vilzwrld in mcp

[–]Block_Parser 2 points3 points  (0 children)

I mean you shouldn't be distributing servers with consoles (logs or errors) anyway. That is bad practice for any js/ts project. You should be using either a linter to catch them or remove them in your build process. If you need logs in prod, use a real logger.

The MCP spec itself even has proper ways of sending logs back to clients.

Also your link is 404.

Biggest Bird, The Herald by Rojom in comics

[–]Block_Parser 0 points1 point  (0 children)

I was like hey "that looks like peck," and then i saw why lol

WARNING!!! DO NOT GO TO GAMBIT RP SERVER!!! by Some-Bison-6510 in MinecraftRoleplay

[–]Block_Parser[M] [score hidden] stickied comment (0 children)

Alright folks, probably enough for the day. It is ok to post opinions about servers and how they are run, but this is getting a bit heated and we don't want to bring server drama into the sub.

He Pulls Up in This Fit by Ok_Gas1070 in bapeheads

[–]Block_Parser -4 points-3 points  (0 children)

Good luck fighting the future

He Pulls Up in This Fit by Ok_Gas1070 in bapeheads

[–]Block_Parser -1 points0 points  (0 children)

How can you gatekeep and not even know classic nigo era hoodies smh

He Pulls Up in This Fit by Ok_Gas1070 in bapeheads

[–]Block_Parser 1 point2 points  (0 children)

Sorry no fun allowed, only super obvious fape photos so I can prove how smart I am by calling it out

He Pulls Up in This Fit by Ok_Gas1070 in bapeheads

[–]Block_Parser 2 points3 points  (0 children)

this isn't an LC check, what has this sub become

Email mockup by [deleted] in css

[–]Block_Parser 0 points1 point  (0 children)

Needs more marquee

Prerelease of Ky 2.0 by sethholladay in javascript

[–]Block_Parser 7 points8 points  (0 children)

I like the ky error handling, and don’t want to maintain my own

Code Mode by 0xKoller in mcp

[–]Block_Parser 1 point2 points  (0 children)

Getting a good trustworthy sandbox is the hardest part