# 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/hvczyza
MCP 協議的動態發現能力**
MCP(Model Context Protocol) 與傳統的 API 相比,一個重要的能力是動態發現:MCP 允許 AI 模型動態發現並與可用工具交互,無需預先設定每個集成的固定代碼。這個動態發現分兩個層次:動態發現工具:在指定的 MCP 服務器上發現工具,一直都支持。 動態發現服務:定義客戶端如何發現並連接遠程 MCP 服務器, 這個按照規劃是 25 年上半年要完成的。 一、工具 ⌘ Read more