# 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/2hwc33a
玩轉 MCP:手把手教你打造 Git AI 倉庫助手**
一、背景隨着人工智能技術的快速發展,開發工具也在不斷進化。Gitee 作爲國內領先的代碼託管平臺,推出了 MCP(Model Context Protocol,模型上下文協議)功能,幫助開發者利用 AI 助手高效管理代碼倉庫。Gitee 的 MCP Server 使 AI 能夠直接訪問代碼倉庫,進行 Issue 管理、Pull Request 審查及代碼操作等任務。這標誌着 AI 不再只是代碼的旁 ⌘ Read more