
Jaydeep
52.5K posts

Jaydeep
@_jaydeepkarale
Follow Me If You Like 🐍 Python 🤖 Machine Learning/AI ⚙️ Software Engineering 📊 Freelancing 📩 DM For Collab https://t.co/Hlg3x1aEFa



One question I keep getting about MCP: Which language should you use to build MCP servers? The answer depends on what your server is doing. Let’s compare Python, TypeScript, and Go using the same example: A tool that lists Kubernetes pods.

Why MCP Tools Need Structured Schemas !!! LLMs cannot call tools randomly. They rely on structured descriptions. Every MCP tool defines: • name • description • input schema • output schema Example MCP tool definition: name: get_kubernetes_pods description: Returns pods running in a namespace input: namespace: string This structure helps the model understand how to use the tool.

Deep Dive Into MCP Servers Day 1 LLMs are incredibly powerful. They can: • generate code • explain complex topics • summarize documents • reason over problems But when they were launched they had one major limitation. The couldn't interact with the real world by default. An LLM couldn't directly: • query a database • call an API • read logs • inspect Kubernetes clusters • fetch real-time metrics An LLM was like a really smart frog but still confined to it's pond


🚨 China is testing self-driving electric scooters with features like auto-balance. 🙏














