# 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/yhcagmq
我用 cursor-MCP,做出了一個 COZE
經過了一週的實踐,我掌握了一個方法,可以把 cursor+MCP,變成文字版 coze現在一個指導文件 + 多個 MCP 服務,就能實現工作流起因是上週做了一個 管理提示詞的 MCP,就一直在嘗試,怎麼把它做成一個工作流不依賴代碼,因爲代碼修改起來麻煩怎麼在執行任務過程中,控制 LLM 的執行方向說再多,不如直接做!!!我們一起來做一個試試我們先來了解流程是怎麼樣的1. 我們需要把我們的任務變成一 ⌘ Read more