frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What's holding up the rollout of persistent domain validation for ACME?

https://www.turbolightsolutions.com/posts/dns-persist-01-rollout-blocked-by-security-issue/
1•keydown•1m ago•0 comments

The Origin of Tweet (2013)

https://furbo.org/2013/06/28/the-origin-of-tweet/
1•downbad_•2m ago•0 comments

More Americans Are Installing Residential Battery Storage

https://www.bloomberg.com/news/articles/2026-07-01/us-home-battery-installations-boosted-by-state...
1•toomuchtodo•2m ago•1 comments

Kim Dotcom Loses Court of Appeal Bid to Block Extradition to the U.S.

https://torrentfreak.com/kim-dotcom-loses-court-of-appeal-bid-to-block-extradition-to-the-u-s/
1•Brajeshwar•3m ago•0 comments

Optimization tales with CockroachDB: the slow logout

https://gaultier.github.io/blog/optimization-tales-cockroachdb-part2-slow-logout.html
1•broken_broken_•4m ago•0 comments

In Praise of Observational Evidence

https://asteriskmag.com/issues/14/in-praise-of-observational-evidence
1•fi-le•4m ago•0 comments

A small island in Estonia negotiated special rights

https://news.err.ee/1610067196/ruhnu-residents-sought-to-join-sweden-after-estonia-regained-indep...
1•NalNezumi•4m ago•0 comments

Why changing your productivity system is good

https://birchtree.me/blog/why-changing-your-productivity-system-is-good-actually/
1•surprisetalk•4m ago•0 comments

How We Made IPFS Content Publishing 10x Faster

https://probelab.io/blog/optimistic-provide/
1•dennis-tra•4m ago•0 comments

AI-native workflows have a moat problem

https://ai.gopubby.com/ai-native-workflows-have-a-moat-problem-49992bcc3088
1•oddish-tv•5m ago•0 comments

Show HN: LiveComment "Who Is Hiring?" Plugin

1•ellis0n•5m ago•0 comments

The Annotated Triple Product Property Matrix Multiplication Algorithm

https://leetarxiv.substack.com/p/triple-product-property-matrix-multiplication
1•theanonymousone•6m ago•0 comments

Who Thrives Using AI

https://www.theatlantic.com/ideas/2026/06/ai-open-ai-anthropic/687689/
1•sanj•6m ago•0 comments

The Stockholm Telephone Tower with Approximately 5,500 Telephone Lines, 1890

https://rarehistoricalphotos.com/the-stockholm-telephone-tower-1890/
1•thunderbong•7m ago•0 comments

Welcome to the Dual State of AI Regulation

https://www.thefunsinthefight.com/p/welcome-to-the-dual-state-of-ai-regulation
2•m-hodges•8m ago•0 comments

Multiple $20 AI Plans Are Better Than a Single $100 AI Plan

https://abishekmuthian.com/multiple-20-ai-plans-are-better-than-a-single-100-ai-plan/
1•Abishek_Muthian•8m ago•0 comments

Show HN: Better Version of Bitchat

https://github.com/goldenwebb/bitchatX21
1•ellis0n•8m ago•0 comments

After AI, This Chinese Director Works Three Times Harder and Earns 50% Less [video]

https://www.youtube.com/watch?v=uWSB7s_DQHw
1•mgh2•8m ago•0 comments

Show HN: Places - Google Docs for maps with auto-import from articles and videos

https://www.places.is/
1•jaflo•11m ago•0 comments

Show HN: Noteika – Local-first notes that resurface before duplicate yourself

https://noteika.com
1•annrap1d•11m ago•0 comments

Spanish government 'quietly bans use of Palantir' in critical state systems

https://www.lbc.co.uk/article/spanish-bans-palantir-national-security-5HjdcNp_2/
2•donpott•11m ago•0 comments

Show HN: Md-tmpl - Strongly typed Markdown templates

https://github.com/domenukk/md-tmpl
1•domenukk•14m ago•0 comments

Crazy idea? aiCompiler – write intent in Markdown, LLM executes it as a runtime

https://aicompiler.dev
2•srobbani•14m ago•0 comments

Build Professional Shopify Popups with Popup Conversion Wizard

https://apps.shopify.com/orange-popup
1•Vectortech•15m ago•0 comments

Kunal Shah: The Indian entrepreneur taking charge of WhatsApp

https://www.bbc.com/news/articles/c0my4n38myjo
1•tartoran•16m ago•0 comments

The Orbital Data Center Hype Machine Is in Orbit

https://spectrum.ieee.org/orbital-data-center-hype
1•rndsignals•17m ago•0 comments

Show HN: Golf Swing Camera App

https://timleland.com/introducing-golf-swing-camera/
1•TimLeland•17m ago•0 comments

Show HN: FingerTrip – Stop Hunting on Maps. Just Go

https://www.thefingertrip.com/
1•benevioling•18m ago•0 comments

Futo Notes

https://notes.futo.tech/
1•reader9274•18m ago•0 comments

Why Test Cases Belong in YAML Files (and in Your Repo)

https://gitoza.com/blog/why-test-cases-belong-in-yaml
1•weiwen-weng•19m 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/
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?