# 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/yatacta
Cherry Studio 入門 MCP:爲你的大模型插上翅膀**
最近 MCP (Model Context Protocol) 概念大火,我也抽空學習了 MCP 的相關知識。今天,就讓我們從 Cherry Studio 入手,快速瞭解並掌握 MCP 的基本用法。什麼是 MCP?--------簡單來說,MCP 是一種接口協議,它是連接 API 和大模型的橋樑。通過 MCP,我們可以調用和操作第三方工具,從而擴展大模型的能力邊界。 MCP 讓大模型不再侷限於預訓 ⌘ Read more