# 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/3rpncna
Model Context Protocol -MCP- 與 傳統 Function Calling 到底什麼區別- 怎麼選?**
一、核心區別對比表二、典型應用場景1. 優先選擇 MCP 的場景- 跨平臺工具集成 例如:讓 Claude Desktop 同時訪問本地文件 + Jira API + 私有數據庫- 敏感數據隔離 通過 MCP Server 代理訪問醫療/金融等受監管數據,避免直接暴露給 LLM- 動態上下文管理 需要根據對話狀態自動切換不同數據源(如切換 GitHub 倉庫上下文)- 多 LLM ⌘ Read more