# 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/o4z737a
開發一個 MCP 協議客戶端**
MCP 並不侷限於 Claude 桌面,它可以用任何支持它的其他 LLM 客戶端使用。考慮到這一點,我們決定構建一個 MCP CLI 客戶端來展示這一點。這個 MCP 客戶端可以更快速地測試 MCP 服務器。模型上下文協議(MCP)在 AI 領域持續獲得關注,自從 Neon MCP 服務器發佈以來(大約兩週前),社區已經在廣泛的領域內構建了數十個這些服務器 \[鏈接\]。然而,Claude 桌面應 ⌘ Read more