frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A curated list of tools and resources for lead generation

https://github.com/dariubs/awesome-lead-generation
2•armandomaxim•2m ago•0 comments

Bitcoin version bits:XT was 41 blocks ever;naive Classic counts can be 30× wrong

https://parallaxbtc.com/findings/scaling-war
1•HASHIRAMA1337•5m ago•0 comments

Tell HN: Airbnb updated "necessary" cookies aren't

1•janalsncm•7m ago•0 comments

Extreme IPTV Player APK: Sideload Notes for Android TV and Firestick

https://extremeiptv.io/app
1•cynthial485•11m ago•0 comments

Superfile – Pretty fancy and modern terminal file manager

https://github.com/yorukot/superfile
1•modinfo•11m ago•0 comments

We built our agent a tool for codebase intelligence

https://medium.com/@vektormemory/we-built-our-agent-a-tool-for-codebase-intelligence-43e482fee4aa
1•vektormemory•12m ago•0 comments

EU AI Act Aug 2 deadline – AI compliance docs from $197

https://buy.stripe.com/28E00kcoq0gr5uU5Li8IU00
1•CompliGuardAI•19m ago•0 comments

The Daring Mission to Recover World War II POWs from the Bottom of the Ocean

https://www.wsj.com/us-news/pows-world-war-ii-recovery-mission-62a90f9e
1•thm•21m ago•0 comments

US awards GlobalFoundries $300M to bolster silicon photonics for AI chip

https://www.reuters.com/world/china/us-award-globalfoundries-300-million-develop-faster-ai-chip-l...
3•giuliomagnifico•22m ago•0 comments

Star Trek the Next Generation Series Bible (Season One) (1987)

https://archive.org/details/star-trek-the-next-generation-bible
1•Tomte•24m ago•0 comments

How the UK's extreme heat is shifting the conversation about air-con

https://www.bbc.co.uk/news/articles/cy5dw4plzvlo
1•luxpir•24m ago•0 comments

Reaping the Whirlwind – Inside the Potomac River Midair Collision

https://admiralcloudberg.medium.com/reaping-the-whirlwind-inside-the-potomac-river-midair-collisi...
1•craiglittle•24m ago•0 comments

Supabook – AI Native Business OS

https://supabook.ai/
1•seangavin3000•37m ago•2 comments

DoorDash Air

https://twitter.com/stanleytang/status/2082451154907353112
2•dsr12•45m ago•0 comments

Couple Stalked by eBay Settle for $56M

https://www.nytimes.com/2026/07/28/technology/ebay-settles-stalking-case.html
2•apparent•47m ago•1 comments

Is the bottleneck on AI at your company technical or organizational?

https://theworkingmodel.co/
1•aicoding•52m ago•0 comments

The U.S. economy in 2026: What to watch for

https://siepr.stanford.edu/publications/policy-brief/us-economy-2026-what-watch
2•latentframe•55m ago•0 comments

The Rise of Million-Dollar Companies with Just One Employee

https://www.wsj.com/tech/ai/the-rise-of-million-dollar-companies-with-just-one-employee-f36a77c1
4•apparent•56m ago•0 comments

Outside LLMs – Outside Lands and Codex

https://outsidellms.com/
1•sugabush•57m ago•1 comments

Global surge in copper theft snares telecoms and trains

https://www.ft.com/content/5ee7595d-a85d-432d-b269-90f1b4cf1920
1•olalonde•59m ago•0 comments

Test the Email Verification Protocol with an origin trial

https://developer.chrome.com/blog/email-verification-protocol-origin-trial
1•nreece•1h ago•0 comments

How IPTV delivery works, end to end

https://iptvproviders.online/
1•cynthial485•1h ago•1 comments

South Korea's AI Bubble Just Popped [video]

https://www.youtube.com/watch?v=hy90LdpEUvQ
2•Bender•1h ago•0 comments

I Tried to Make AI Writing Sound Human by Banning AI Words Through Logit_bias

https://www.vincentschmalbach.com/make-ai-writing-sound-human-logit-bias/
1•vincent_s•1h ago•0 comments

What's the Fewest People That Could Repopulate Earth? [video]

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

South Korea's AI Bubble Just Popped – Now What? [video]

https://www.youtube.com/watch?v=qeXpUZTdvsI
3•Bender•1h ago•0 comments

Show HN: Free Image Merger – combine photos in-browser, nothing uploaded

https://freeimagemerger.com/
1•winsonaibuilder•1h ago•0 comments

Could the Most Radical Plane Design Since the Concorde Take on Boeing?

https://www.wsj.com/business/could-the-most-radical-plane-design-since-the-concorde-take-on-boein...
1•fortran77•1h ago•2 comments

Long-Term Data Storage for Home Users [video]

https://www.youtube.com/watch?v=ulh9z-JluBs
1•haloboy777•1h ago•0 comments

Leopold Aschenbrenner's Situational Awareness seeks capital raise after AI rout

https://www.ft.com/content/280336bf-dbed-405f-b38e-5af644a21549
3•fatcatsbestcats•1h ago•1 comments
Open in hackernews

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

https://docs.mcp.run/blog/2025/05/16/mcp-implenda-est/
33•palmfacehn•1y ago

Comments

nip•1y 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•1y 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•1y 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.

nip•1y ago
Indeed very easy to code!

My point is about the need for a spec of this mechanism: without a spec, every company / org will roll out their own and result in 500 flavors of the same concept.

That’s where MCP shines: tool calling and tool discovery is already 1.5 years old (an eternity in ai land).

The MCP spec ensures that we can all focus on solving problems with tool calling rather than wasting time in cobbling together services that re not interoperable (because developed without a common spec / standard)

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

Many come to HN also for the comments

palmfacehn•1y ago
Personally, I'm not a fan. I thought the proponent's view might stimulate a discussion.
FunnyLookinHat•1y 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.

motorest•1y ago
> 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 don't think that's it. Auth is a critical system in any organization, and larger organizations actually present more resistance to change, particularly in business critical areas. If anything, smaller orgs gave an easier time migrating critical systems such as authentication.

hirsin•1y 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.

owebmaster•1y ago
This post has too many "shameless plugs" to be taken seriously.
smitty1e•1y ago
Serious question:

If doing an extended, service-level session (like a GPT interaction) with a server known beforehand, would it make sense to set up a keypair and manage the interaction over SSH?

Restated: are we throwing away a lot of bandwidth establishing TLS trust for the more general HTTP?