Saltar al contenido principal

11 publicaciones etiquetados con "MCP"

MCP is an open protocol for connecting LLM apps to external data sources and tools, enabling seamless integration and interoperability.

Ver Todas las Etiquetas

A common problem in production happens when an agent can see many tools, but it still needs to know which action is appropriate now, what must happen first, and when it should stop and ask. The non-deterministic nature of AI agents makes this particularly challenging without structured guidance.

The HAPI Capability Graph and Capability Planning address this problem by providing structured guidance for the agent.

An evolution of tool calling with MCP, thanks to OpenAI's latest SDK updates.

Step-by-step, I'll guide you through setting up an MCP server, integrating it with the OpenAI SDK, and running a complete example that showcases dynamic tool calling. By the end of this post, you'll be equipped to leverage MCP in your own OpenAI-powered applications.

Prompt injection is a critical security risk for any system using large language models (LLMs), including those built with Model Context Protocol (MCP). You must understand how prompt injection works, why MCP cannot prevent it, and what steps you should take to protect your users and applications (MCP Clients).