# 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/k2b6o2a
MCP -Model Context Protocol-,一篇就夠了。**
最近 MCP 這個關鍵詞逐漸活躍在我所瀏覽的一些文章及評論區中。突然發現我對它僅有粗糙的理解,我決定深入學習並記錄一下。在閱讀這篇文章前,我也簡單地瀏覽了現有介紹 MCP 的文章。我發現大部分文章停留在 “翻譯” https://modelcontextprotocol.io/ 網站中的內容,或者花時間在絕大部分用戶不關心的技術細節上(還有一些純 AI 文)。因此,我將從使用者的角度出發,分享實用 ⌘ Read more