# 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/xrefb3q
深度解析:Anthropic MCP 協議**
正如 LSP 成爲了 IDE 的通用標準一樣,Anthropic 正在將 MCP 打造成 LLM 集成的開放標準。前段時間 OpenAI 發佈了一個實時訪問第三方應用的功能來爲 ChatGPT 提供上下文(ChatGPT 升級爲實時協作助手),沒想到 Claude 這麼快就帶來了一個 LLM 協議標準,直接將 AI 能力拉滿(現在下結論爲時尚早)。不過當我看完整個協議以及簡單上手體驗後,我想說 ⌘ Read more