# 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/zozeb6q
MCP 三大核心概念:拆解 Resources、Tools、Prompts 如何讓大語言模型從空談家變身實幹派**
本文將毫無保留地給你把 MCP(Model Context Protocol)的三大核心概念——Resources、Tools 和 Prompts——掰開揉碎講清楚。MCP 是 2024 年底由 Anthropic 搞出來的一個開放協議,目的是讓大語言模型(LLM)能更順暢地跟外部數據和工具對接。以下是我的解讀:1. Resources(資源)本質:Resources 是 MCP 裏用來暴露數據的 ⌘ Read more