frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Vulnerable MCP project: standard issues with the protocol

https://vulnerablemcp.info/
1•hirsin•1m ago•0 comments

Coinbase Will Reimburse Customers Up to $400M After Data Breach

https://www.wired.com/story/coinbase-will-reimburse-customers-up-to-400-million-after-data-breach/
1•mikece•2m ago•0 comments

Patience too cheap to meter

https://www.seangoedecke.com/patience-too-cheap-to-meter/
1•swah•12m ago•0 comments

Show HN: I made a tool that helps you find and create better AI prompts faster

https://searchpromptly.com/
1•KevinEdelson•13m ago•0 comments

America Is Winning the Wrong AI Race

https://www.wsj.com/opinion/america-is-winning-the-wrong-ai-race-technology-war-34ee352e
2•Bostonian•15m ago•1 comments

MinorMiner: We turn your kid's maths homework into Bitcoin

https://robertheaton.com/minor-miner/
2•pimterry•17m ago•0 comments

Premature Optimizations of All Kinds

https://humaninterfaces.co/premature-optimizations-of-all-kinds/
2•vladimirbaranov•25m ago•0 comments

Story of BrahMos: The development of India's first supersonic cruise missile

https://www.moneycontrol.com/europe/?url=https://www.moneycontrol.com/news/india/story-of-brahmos-how-apj-abdul-kalam-led-the-development-of-india-s-first-supersonic-cruise-missile-system-13030210.html
1•rustoo•30m ago•0 comments

Static Types Are for Perfectionists

https://mmapped.blog/posts/38-static-types-perfectionism
2•PaulKeeble•40m ago•1 comments

The Chuwi MiniBook X N150

https://taoofmac.com/space/reviews/2025/05/15/2230
1•transpute•48m ago•0 comments

China's LandSpace launches improved methane-powered rocket

https://www.reuters.com/science/chinas-landspace-launches-improved-methane-powered-rocket-2025-05-17/
3•thunderbong•51m ago•0 comments

Experts Have It Easy

https://boydkane.com/essays/experts
1•r4um•54m ago•0 comments

Lufthansa plane flew for 10 minutes without pilots

https://www.businessinsider.com/flight-left-no-pilot-for-10-minutes-first-officer-collapsed-2025-5
2•apples_oranges•59m ago•0 comments

MIT paper on AI for materials research found to be fraudulent

https://thebsdetector.substack.com/p/ai-materials-and-fraud-oh-my
2•outrun86•1h ago•0 comments

Google backs down after locking out Nextcloud Files app

https://www.theregister.com/2025/05/17/google_nextcloud_android_permission/
2•beardyw•1h ago•0 comments

OpenAI to Z Challenge

https://openai.com/openai-to-z-challenge/
1•itchyjunk•1h ago•0 comments

Xray: A full-behavior-chain anti-malware system built in Go by a student

1•tangtian•1h ago•0 comments

ChatGPT Codex: The Missing Manual

https://www.latent.space/p/codex
2•Brajeshwar•1h ago•0 comments

Show HN: Ghibli AI: Authentic Style Art from Photos

https://aighibligenerator.app
1•brbcompiling•1h ago•0 comments

A brief history of Mac architecture transitions

https://eclecticlight.co/2025/05/17/a-brief-history-of-architecture-transitions/
2•ingve•1h ago•0 comments

Dezyne Programming Language

https://dezyne.org/dezyne/manual/dezyne/dezyne.html
9•aulisius•1h ago•0 comments

Show HN: Magic Worker – Simplify Web Worker Usage

4•tinyhref•1h ago•0 comments

Open Problems in Computational geometry

https://topp.openproblem.net/
2•nill0•1h ago•0 comments

They don't make 'em like that any more: 3D movies

https://kevinboone.me/3dmovies.html
2•ingve•1h ago•0 comments

Push Ifs Up and Fors Down

https://matklad.github.io/2023/11/15/push-ifs-up-and-fors-down.html
2•goranmoomin•1h ago•0 comments

Transformer neural net learns to run Conway's Game of Life just from examples

https://sidsite.com/posts/life-transformer/
3•montebicyclelo•1h ago•0 comments

What I Know About Cleaning and Seasoning Cast-Iron Skillets (2021)

https://www.americastestkitchen.com/articles/3615-how-to-clean-and-season-cast-iron-skillets
8•Tomte•1h ago•1 comments

Java Programming in Emacs (2020)

https://xpressrazor.wordpress.com/2020/11/04/java-programming-in-emacs/
6•Tomte•1h ago•0 comments

Architecture in ACTion: Impactful Mind Skills for Tech Leaders

https://www.youtube.com/watch?v=oXa1c_k_U7A
1•mcp_•1h ago•0 comments

Notes on Modernist Poets and the Epic

https://medium.com/luminasticity/notes-on-modernist-poets-and-the-epic-c44f6263a7a4
1•bryanrasmussen•1h ago•0 comments
Open in hackernews

A Critical Look at "A Critical Look at MCP."

https://docs.mcp.run/blog/2025/05/16/mcp-implenda-est/
30•palmfacehn•2h ago

Comments

nip•1h ago
> Further, one of the issues with remote servers is tenancy

Excellent write-up and understanding of the current state of MCP

I’ve been waiting for someone to point it out. This is in my opinion the biggest limitation of the current spec.

What is needed is a tool invocation context that is provided at tool invocation time.

Such tool invocation context allows passing information that would allow authorizing, authentication but also tracing the original “requester”: think of it as “tool invoked on behalf of user identity”

This of course implies an upstream authnz that feeds these details and more.

If you’re interested in this topic, my email is in my bio: I’m of the architect of our multi-tenant tool calling implementation that we’ve been running in production for the past year with enterprise customers where authnz and auditability are key requirements.

jensneuse•1h ago
The way we've solved this in our MCP gateway (OSS) is that the user first needs to authenticate against our gateway, e.g. by creating a valid JWT with their identity provider, which will be validated using JWKS. Now when they use a tool, they must send their JWT, so the LLM always acts in their behalf. This supports multiple tenants out of the box. (https://wundergraph.com/mcp-gateway)
Yoric•11m ago
Is this really hard to code?

I mean, converting a tool-less LLM into a tool-using LLM is a few hundred lines of code, and then you can plug all your tools, with whichever context you want.

__loam•1h ago
This is an advertisement
tomrod•1h ago
I wish this were critical, but it is an ad for MCP.run.
nip•1h ago
It’s both in my opinion and discussions can stem from the linked article

Many come to HN also for the comments

FunnyLookinHat•58m ago
> Server authors working on large systems likely already have an OAuth 2.0 API.

I think this biases towards sufficiently large engineering organizations where OAuth 2.0 was identified as necessary for some part of their requirements. In most organizations, they're still using `x-<orgname>-token` headers and the like to do auth.

I'm not sure that there's a better / easier way to do Auth with this use case, but it does present a signficant hurdle to adoption for those who have an API (even one ready for JSON-RPC!) that is practically ready to be exposed via MCP.

hirsin•4m ago
Touching on tenancy and the "real" gaps in the spec does help push the discussion in a useful direction.

https://vulnerablemcp.info/ is a good collection of the immediately obvious issues with the MCP protocol that need to be addressed. A couple low blows in there, that feel a bit motivated to make MCP look worse, but generally a good starting point overall.