搜索
搜索 TodayAI 的工具、模型、数据集、开发资源、开源项目、论文、设计资源与 Agent 资源
搜索结果
“MCP”
Guides · 8 个结果
Guides
在 MCP Server 里声明并列出 Tools
Model Context Protocol · MCP Tools
按 MCP Tools 概念文档,声明工具 schema,并确认 Client 能列出它们。
Guides
把 Claude Code 连接到 MCP 工具
Anthropic · MCP
用 claude mcp add 接入远程 HTTP MCP server,让 Claude Code 直接读写外部工具,而不是靠复制粘贴。
Guides
构建你的第一个 MCP Server
Model Context Protocol · MCP
用 Python 做一个最小 MCP weather server,暴露 get_alerts / get_forecast,并接入 Claude for Desktop 验证。
Guides
构建可以连接 MCP Server 的 Client
Model Context Protocol · MCP
用 Python 做一个能连接 MCP server 的聊天客户端:发现工具、执行调用、把结果回传模型。
Guides
用 MCP Inspector 调试你的 Server
Model Context Protocol · Inspector
按官方 Inspector 文档:用 npx 启动 Web/CLI/TUI 三种客户端,列出 tools、调用工具,并连接本地或远程 Server。
Guides
用 MCP Resources 暴露可读上下文
Model Context Protocol · MCP Resources
把文件或数据源声明为 MCP Resource,让 Client 按 URI 读取上下文。
Guides
连接远程 HTTP MCP Server
Model Context Protocol · Remote MCP
按官方 Connect to remote MCP Servers:在 Claude 中添加 Custom Connector,用远程 MCP URL 完成鉴权、资源接入与工具权限配置。
Guides
从 Agents Course 理解 Agent 基本闭环
Hugging Face · Agents
按 Hugging Face Agents Course Unit 1:分清 Agent 与普通聊天,理解 Think → Act → Observe,以及 Tool 与 Observation 如何推动下一步。