Skip to content

Commit 0a65867

Browse files
committed
blog update
1 parent d0d1584 commit 0a65867

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

blog/2025-08-05-mcp-servers-nightmare.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ The result is absurd overhead for simple tasks.
6565
6666
Want to expose a simple weather API? With MCP, you can't just make a direct call. You first have to build and maintain a persistent server process just to wrap that stateless `GET` request. In contrast, agents should be able to call existing REST or gRPC endpoints *directly*, with no middlemen.
6767

68+
MCP's new HTTP streaming transport solves some of the problems of requiring statefulness, and spinning up extra processes, but introduces its own nest of cobras on scalability.
69+
6870
---
6971

7072
## 4. It Doesn't Scale for Tools or for Teams

0 commit comments

Comments
 (0)