mcp¶
Model Content Protocol 模型内容协议
Integrating LLMs with your tools & data
LSP -> Language Server Protocol
| APIs | LSP | MCP |
|---|---|---|
| Standarize how web applications interact with backend: | Standarize how IDEs interact with Language-specific tools: | Standarize how AI applications interact with external systems: |
| servers | Code navigation | Prompts |
| databases | Code analysis | Tools |
| Services | Code intelligence | Resources |
Fuction Calling