# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/n2xepxa
MCP 教程進階篇,沒學到最後你就放棄了!**
一、MCP 的背景在 mcp 沒有出現來之前,我們與大模型的交互大部分都是通過 API 或者大模型要求的接口。GTP 商店、coze 智能體所要求的 server 都是不一樣的,爲了適配多個大模型,1 個服務要開發多個 server 服務。一句話概括就是 mcp 就是定義了統一的服務協議,同時大模型可以藉助 mcp 協議來對接 n 個 mcp server,從而增強大模型的能力。二、 MCP 定義 ⌘ Read more