# 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/2hsxquq
快速上手:開發第一個 MCP Server
本文提供了一個完整的 MCP Server 實現示例,通過 Python 代碼和 Cline 測試,展示了 MCP 如何用於增強 AI 應用的能力,特別是 Tool 能力的集成和調用。MCP 爲連接 AI 應用與數據源提供了一個通用的開放標準,用單一協議取代了碎片化的集成。通過這個機制, 能力小的 AI 應用會變成更強的應用 在整個 MCP 的架構中,我們的 AI 應用(如 Cline)作爲 M ⌘ Read more