Model Context Protocol (MCP)
Model Context Protocol 係一個 open standard,令 AI assistants 可以透過 uniform interface 連接 external tools 同 data sources。MCP server 會 expose typed tools 同 resources,俾 model client discover 同 call,令 capabilities 可以唔使 bespoke per-integration code 都加到。
同義詞:MCP, model context protocol, MCP server, tool protocol
Model Context Protocol 標準化 language model 點樣超出自己 context 去用 tools 同讀 data。Platform 唔需要為每個 assistant 寫 custom adapter,而係運行一個 MCP server,發布帶 schemas 同 annotations 嘅 typed tools 同 resources。合規 client 會 discover 呢啲 capabilities,並透過同一份 consistent contract invoke。對 governed work automation 嚟講,MCP 可貴正正因為佢 structured:每個 tool call 都帶住 schema description 到達,令 input validation、tenant scoping 同 approval policy enforcement 變得可行。
常見問題
MCP server expose 啲咩?
Model 可以 invoke 嘅 typed tools,同可以 read 嘅 resources;每一項都有 schema 同 annotations 描述,令 client 可以 discover capabilities 並安全呼叫。
點解 MCP 對 governed automation 重要?
佢畀 external assistants 一個 standard、schema-described 嘅方式喺 platform 上行動,所以 tool calls 可以 validate、scope 到 tenant,並 route 經同其他 action 一樣嘅 approval policy。