TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Quick Primer on MCP Using Ollama and LangChain

131 pointsby bswaminaabout 1 month ago

7 comments

minimaxirabout 1 month ago
In the case of MCPs, this post is indeed a quick primer. But from a coding standpoint, and despite the marketing that Agent/MCP development simplifies generative LLM workflows, it’s a long coding mess that is hard to tell if it’s even worth it. It’s still the ReAct paradigm at a low level and if you couldn’t find a case for tools then, nothing has changed other than the Agent/MCP hype making things more confusing and giving more ammunition to AI detractors.
评论 #43682244 未加载
gsibbleabout 1 month ago
MCP is great for when you’re integrating tools locally into IDEs and such. It’s a terrible standard for building more robust applications with multi-user support. Security and authentication are completely lacking.<p>99% of people wouldn’t be able to find the API keys you need to feed into most MCP servers.
评论 #43677493 未加载
评论 #43677102 未加载
评论 #43677065 未加载
bongodongobobabout 1 month ago
Is anyone really still using langchain? Has it gotten better? Seemed like a token burning platform the last time I used it.
评论 #43678297 未加载
评论 #43680313 未加载
WD-42about 1 month ago
If you need to define and write the functions to calculate interest… what exactly is the llm bringing to the table here? I feel like I’m missing something.
评论 #43677172 未加载
评论 #43677177 未加载
评论 #43680690 未加载
gatienboquetabout 1 month ago
You know it&#x27;s going to be a great article when the design is from 1995
gclawesabout 1 month ago
This website design is blessed. A great return to the past
评论 #43678479 未加载
评论 #43677323 未加载
trebligdivadabout 1 month ago
The units for the free memory are interestingly wrong; &#x27;Executing shell command: free -m&#x27; The total system memory is 64222 bytes, with used (available) 8912 bytes.<p>which given that there seems to be no way to specify any data structure or typing in this MCP interface is hardly surprising!