HN user

gethackteam

74 karma
Posts17
Comments6
View on HN
hackteam.io 7mo ago

Tool calling is broken without MCP Server Composition

gethackteam
2pts1
hackteam.io 10mo ago

Strategies for Converting OpenAPI Specs into MCP Servers

gethackteam
2pts0
hackteam.io 11mo ago

An LLM does not need to understand MCP

gethackteam
137pts105
hackteam.io 11mo ago

Your LLM Does Not Care About MCP

gethackteam
2pts2
www.youtube.com 1y ago

I tried out building a MCP server so you don't have to

gethackteam
1pts0
hackteam.io 1y ago

Build your first MCP Server in TypeScript

gethackteam
2pts0
developer.ibm.com 1y ago

Building a tool calling agent with langgraph

gethackteam
2pts0
roy-derks.medium.com 1y ago

Build Agents That Use a Tool Calling Platform

gethackteam
1pts0
developer.ibm.com 1y ago

Watsonx flows engine: use Llama 3.1 for free

gethackteam
2pts0
developer.ibm.com 1y ago

Use LLMs (Granite/Llama/Mistral) for free (no credit card needed)

gethackteam
2pts0
hackteam.io 2y ago

Do I Need GraphQL Now That We Have React Server Components?

gethackteam
2pts0
hackteam.io 3y ago

Apollo Server v4 Breaking Changes. Time to move away?

gethackteam
1pts0
hackteam.io 3y ago

Can you compare GraphQL and tRPC

gethackteam
8pts3
k6.io 4y ago

Compare REST with GraphQL for Performance Testing

gethackteam
1pts0
stepzen.com 4y ago

Schema Stitching and Federation: Not the Best Solutions for GraphQL Services

gethackteam
4pts0
stepzen.com 4y ago

Schema Stitching and Federation: Not the Best Solutions for GraphQL Services

gethackteam
1pts0
stepzen.com 4y ago

Why GraphQL Is Perfect as Data Layer for Microservices

gethackteam
2pts0

I don’t understand. LLMs cannot connect to MCP servers directly they would always need a client (like a chat app or agent) to call the servers. Where are you calling your LLMs from?

Yes indeed. I prefer my APIs to be decoupled when working on a larger project. Somewhere near the end I mention building GraphQL schema or code-first. Including generators for GraphQL schemas like StepZen