Summary
- What is MCP in one sentence? * MCP is a JSON-RPC based protocol that standardizes capability negotiation and feature exposure (tools, resources, prompts; roots, sampling, elicitation) between AI clients and servers.
- Does MCP define orders or catalogs? * No; MCP exposes these via tools, resources, and prompts, while commerce semantics are implemented through complementary protocols like UCP and ACP.
- Which transport should I use? * MCP is transport-agnostic; HTTP(s) or WebSocket are recommended for services, while stdio is common for local processes.
- Which schema dialect should I target? * Default to JSON Schema 2020-12 unless another dialect is explicitly declared.
- How does eLLMo AI help with MCP? * eLLMo AI maps your existing stack to MCP (and related protocols like UCP, ACP, A2A) via a translation layer, enforces policy guardrails, and distributes verified knowledge without requiring replatforming.

