# 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/4odhclq
MCP 原理解析與效果實測**
MCP 架構簡述MCP 是由 Anthropic 推出的開源協議,目的是通過統一的連接方式,讓大型語言模型(LLM)與外部數據源和工具無縫集成,減少重複造輪子的過程。MCP 架構主要涉及到以下 5 個部分:● Host:一個包含 MCP Client 的應用,可以是 Web、App、或其他類型的程序等● MCP Client:使用 MCP 協議與 Server 建立一對一連接● MCP Serve ⌘ Read more