# 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/wtg43da
基於 mcphost 的智能體開發實戰指南**
在 MCP Server 開發調試過程中,除了圖形化工具 MCP Host,我更推薦使用輕量化 CLI 工具 mcphost(項目地址:mark3labs/mcphost)。這款僅 5MB 的零依賴工具支持 Anthropic、Ollama、OpenAI 三大模型平臺,爲開發者提供靈活的選擇。配置和基本使用例如我這裏使用阿里的千問大模型,其命令大致爲export OPENAIAPIKEY=xxxx ⌘ Read more