
JSON-RPC
APIWikipedia
7
MENTIONS
6
EPISODES
6
PODCASTS
Search complete. 7 mentions across 6 episodes found for "JSON-RPC".
Sep 8, 2026
Giving AI Hands on Your Mac
S
31:28speaker_1HOST
Exactly.
S
31:29speaker_1HOST
It simply says, take the JSON RPC messages coming from the Cloud desktop app, securely pass them directly to the local MACUS application running on this machine, and pass the answers back.
S
31:39speaker_1HOST
It operates over standard local inputs and outputs.
S
31:41speaker_1HOST
It creates a secure closed loop local tunnel.
Execution Layer Meeting 244 [2026-08-27] | ACDE 244
S
30:09SchultePANELIST
But the really interesting thing is the search patterns.
S
30:14SchultePANELIST
So The, like, classical JSON RPC log query also can speci-- can just specify multiple alternative addresses and multiple alternatives for each topic, uh, index.
S
30:32SchultePANELIST
But this...
S
30:34SchultePANELIST
So this, this, this API can do even a little bit more.
S
31:01SchultePANELIST
This is the wrapped ether contract address, and this will look for all the occurrences of, of the wrapped ether con- log events and, and, and there's...
S
31:12SchultePANELIST
You can, you can construct, recursively construct and or relationships.
S
31:18SchultePANELIST
So you can basically do what, what the JSON RPC request can do.
S
31:22SchultePANELIST
And there's a third, third interesting thing it can do and so this is something that I'm not sure if there are many use cases for it right now, but it really doesn't cost a lot to have it.
8.23.26 | Canada matches US tariffs, Scrap from 2006, ElevenLabs TwelveLabs ThirteenLabs
D
10:44denolfeHOST
In the comments, the community mostly supported the idea of progressive discovery and code mode, with many reflecting on how MCP is evolving from earlier implementations.
D
10:54denolfeHOST
Several users debated the complexity of MCP, preferring simpler solutions like standard HTTP or JSON-RPC, and raising concerns about over-engineering.
D
11:03denolfeHOST
The dominant view was that MCP's new features, especially around security and tool discovery, added unnecessary complexity for some, but others appreciated the effort for enterprise security and tooling consistency.
D
11:15denolfeHOST
Users discussed the challenges of implementing agent identities, OAuth standards, and the difficulty of managing large protocol updates, with some questioning whether MCP was overcomplicating communication layers that could be handled by established protocols.
CCA-F Exam Prep 34, What Is the Model Context Protocol MCP
R
1:54Ran ChenHOST
MCP is the communication standard, the set of rules, not the actual database or API it connects to.
R
2:01Ran ChenHOST
It defines how the AI client and the tool server talk to each other, often using JSON RPC two point oh as the transport layer.
R
2:09Ran ChenHOST
You might also see questions about MCP configuration files, specifically the project-level mcp.json file, which is version controlled versus the user-level configuration in the home directory.
R
2:22Ran ChenHOST
A final point of confusion is its relationship with Retrieval-Augmented Generation, or RAG.
680: Go Hack Yourself
C
32:34ChrisHOST
If we were going to keep this box online, my immediate takeaways are we would have to update OpenSSH, Nginx, and Cockpit.
C
32:42ChrisHOST
And we'd probably want to look at this JSON RPC service on 5000 or 50001 or whatever it is, and the service on 3000.
C
32:49ChrisHOST
We probably need to figure out what those are, this HTTP thing that we're leaking.
C
32:53ChrisHOST
It does
Go Hack Yourself | LINUX Unplugged 680
C
32:18ChrisHOST
If we were going to keep this box online, my immediate takeaways are we would have to update OpenSSH, Nginx, and Cockpit.
C
32:26ChrisHOST
And we'd probably want to look at this JSON RPC service on 5000 or 50001 or whatever it is, and the service on 3000.
C
32:33ChrisHOST
We probably need to figure out what those are, this HTTP thing that we're leaking.
C
32:37ChrisHOST
It does at least seem like