接入 API · 个人 AI 解读连接自己的模型解读资讯,浏览新闻无需配置。

MCP 协议与模型连接工具

追踪 MCP 模型上下文协议、MCP Server、客户端集成和安全更新,连接大模型与外部工具。

35 条资讯按来源发布或更新时间排序
Agent 与开发工具LiteLLM 发布官方来源

LiteLLM 发布: v1.103.0-dev.2

## Verify Docker Image Signature All LiteLLM Docker images are signed with [cosign](https://docs.sigstore.dev/cosign/overview/). Every release is signed with the same key introduced in [commit `0112e53`](https://github.com/BerriAI/litellm/commit/0112e53046018d

Agent 与开发工具OpenAI Codex 发布官方来源

OpenAI Codex 发布: 0.155.0

## New Features - Added experimental `/voice` conversations with live transcripts and microphone controls on supported builds, enabled through `/experimental`. (#43581, #43651, #44331) - The TUI now shows live reasoning summaries in the status row and completi

Agent 与开发工具Claude Code 发布官方来源

Claude Code 发布: v2.1.275

## What's changed - Added the signed-in account to Claude apps gateway sign-in: when the gateway names it, you confirm it before the credential is saved, and `/status` shows it - Added a send-now key (ctrl+enter, or ctrl+x ctrl+s) that interrupts the current t

Agent 与开发工具Claude Code 发布官方来源

Claude Code 发布: v2.1.274

## What's changed - Added a visible warning when memory usage is critical, with steps to free memory or restart safely - Added `CLAUDE_CODE_MCP_STARTUP_WAIT_MS` to bound how long the first non-interactive turn waits for connecting MCP servers (`0` = don't wait

Agent 与开发工具LiteLLM 发布官方来源

LiteLLM 发布: v1.103.0-dev.1

## Verify Docker Image Signature All LiteLLM Docker images are signed with [cosign](https://docs.sigstore.dev/cosign/overview/). Every release is signed with the same key introduced in [commit `0112e53`](https://github.com/BerriAI/litellm/commit/0112e53046018d

Agent 与开发工具Claude Code 发布官方来源

Claude Code 发布: v2.1.273

## What's changed - Added `x-claude-code-request-class`, `x-claude-code-agent-type`, `x-claude-code-prev-tool-durations`, `x-claude-code-compaction` and `x-claude-code-context-compacted` request headers for LLM gateways; opt in with `CLAUDE_CODE_GATEWAY_HINT_H

Agent 与开发工具LiteLLM 发布官方来源

LiteLLM 发布: v1.102.0-rc.1

## Verify Docker Image Signature All LiteLLM Docker images are signed with [cosign](https://docs.sigstore.dev/cosign/overview/). Every release is signed with the same key introduced in [commit `0112e53`](https://github.com/BerriAI/litellm/commit/0112e53046018d

Agent 与开发工具LiteLLM 发布官方来源

LiteLLM 发布: v1.102.0-dev.2

## Verify Docker Image Signature All LiteLLM Docker images are signed with [cosign](https://docs.sigstore.dev/cosign/overview/). Every release is signed with the same key introduced in [commit `0112e53`](https://github.com/BerriAI/litellm/commit/0112e53046018d

Agent 与开发工具AgentScope 发布官方来源

AgentScope 发布: v2.0.8

## Highlight - **Realtime Voice Agent**: Introduced a realtime voice agent with DashScope backends and local transport support. - **A2A Protocol Support**: Added `A2AAgent` class to the agent module, enabling agent-to-agent communication. - **New Pipeline Modu

Agent 与开发工具MCP Python SDK 发布官方来源

MCP Python SDK 发布: v2.2.0

`pip install -U mcp`. Docs: https://py.sdk.modelcontextprotocol.io/ A few defaults changed in this release. If you run a server or client on 2.x, skim these first: ## Behaviour changes **HTTP client redirects are only followed within the endpoint's origin** (#

Agent 与开发工具MCP Python SDK 发布官方来源

MCP Python SDK 发布: v1.30.0

Maintenance release of the 1.x line. 2.x is the current line; 1.x docs are at https://py.sdk.modelcontextprotocol.io/v1/. A few defaults changed in this release. If you run a server or client on 1.x, skim these first: ## Behaviour changes **HTTP client redirec

Agent 与开发工具LangChain 发布官方来源

LangChain 发布: langchain==1.4.0

Changes since langchain==1.3.18 docs(langchain): runnable `langchain.mcp` examples (#39976) feat(langchain): `langchain.mcp` namespace, `MCPAdapter` (#39939) perf(anthropic,langchain): omit middleware trace inputs (#40098) fix(langchain): include model destina

Agent 与开发工具MCP Python SDK 发布官方来源

MCP Python SDK 发布: v2.0.1

One off backport of the FastMCP import warning for `2.0.x`, this is due to a lot of people running into this error and making issues on other repos about it. Ideally either pin `mcp<2` or upgrade to 2. ## What's Changed * [v2.0.x] Point imports of mcp.server.f

Agent 与开发工具MCP Python SDK 发布官方来源

MCP Python SDK 发布: v2.1.1

## What's Changed * Point imports of mcp.server.fastmcp at the migration guide by @maxisbey in https://github.com/modelcontextprotocol/python-sdk/pull/3388 **Full Changelog**: https://github.com/modelcontextprotocol/python-sdk/compare/v2.1.0...v2.1.1

Agent 与开发工具MCP Python SDK 发布官方来源

MCP Python SDK 发布: v2.1.0

## Highlights - `Client` accepts `StdioServerParameters` directly: `Client(StdioServerParameters(command="uv", args=["run", "server.py"]))` (#3321). - Prompt messages accept `Image` and `Audio`, prompt functions may return bare content blocks, and `Message` /

Agent 与开发工具MCP Python SDK 发布官方来源

MCP Python SDK 发布: v1.29.1

## What's Changed * [v1.x] Complete the FastMCP Settings model at import time by @maxisbey in https://github.com/modelcontextprotocol/python-sdk/pull/3352 * [v1.x] Apply the request body limit to the SSE and OAuth endpoints by @maxisbey in https://github.com/m

Agent 与开发工具AgentScope 发布官方来源

AgentScope 发布: v2.0.7

## What's Changed * fix(gemini): remove unsupported $schema from tool parameters by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/2277 * feat(workspace): share workspace across different agents by @iluv7 in https://github.com/agentscope-ai/agent

Agent 与开发工具CrewAI 发布官方来源

CrewAI 发布: 1.15.17

## What's Changed ### Features - Add declarative conversational flows documentation - Synthesize built-in conversational methods for declarations - Enable declarations to drive conversational mode - Make conversational opt-in unmistakable - Carry the AMP slug

Agent 与开发工具AgentScope 发布官方来源

AgentScope 发布: v2.0.6

## Highlight - Support **channels** (Feishu and Discord) in AgentScope (#1997) - Support **Apple Container** as workspace backend (#2068) - Support MCP & skill hubs/markets in agent service (#2197) - Add **`on_check_permission`** middleware hook (#2001) - Refa

Agent 与开发工具MCP Python SDK 发布官方来源

MCP Python SDK 发布: v2.0.0

# MCP Python SDK v2 Stable Release This is v2.0.0, the stable v2 release of the MCP Python SDK. It supports the 2026-07-28 revision of the Model Context Protocol and serves every earlier revision from the same server. `pip install mcp` now installs 2.x. ```bas

Agent 与开发工具MCP Python SDK 发布官方来源

MCP Python SDK 发布: v1.29.0

## What's Changed * [v1.x] Route Context.report_progress() to the originating request stream by @maxisbey in https://github.com/modelcontextprotocol/python-sdk/pull/2994 * [v1.x] docs: publish llms.txt and markdown renditions of the docs by @maxisbey in https:

Agent 与开发工具MCP Python SDK 发布官方来源

MCP Python SDK 发布: v2.0.0rc1

First v2 release candidate. Pre-releases are opt-in only; `pip install mcp` still resolves to the stable 1.x line. ```bash pip install mcp==2.0.0rc1 # or uv add "mcp==2.0.0rc1" ``` The [documentation](https://py.sdk.modelcontextprotocol.io/v2/) has the full tu

Agent 与开发工具AgentScope 发布官方来源

AgentScope 发布: v2.0.5

## Highlight **Agent** - Support structured output (#2150) - Support environment information injection (#2134) **Workspace** - Support OpenSandbox (#1953), Daytona (#1943), K8s (#1933), Bubblewrap (#2051) **Tool** - Support PowerShell for Windows (#2132) **RAG

Agent 与开发工具AgentScope 发布官方来源

AgentScope 发布: v2.0.4.post1

## What's Changed * fix(gemini): fix gemini schema containing null by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/2020 * feat(workspace): add K8sWorkspace with Pod/PVC lifecycle, tar-stream backend and MCP gateway support by @XiuShenAl in http

Agent 与开发工具MCP Python SDK 发布官方来源

MCP Python SDK 发布: v2.0.0b2

Second v2 beta. Pre-releases are opt-in only; `pip install mcp` still resolves to the stable 1.x line. ```bash pip install mcp==2.0.0b2 # or uv add "mcp==2.0.0b2" ``` The [documentation](https://py.sdk.modelcontextprotocol.io/v2/) has the full tutorial and API

Agent 与开发工具AgentScope 发布官方来源

AgentScope 发布: v2.0.2

## What's Changed * ci(webui): add format and build checks by @Premsenareddy in https://github.com/agentscope-ai/agentscope/pull/1821 * feat(omni): streaming audio + live captions for DashScope/OpenAI omni by @qbc2016 in https://github.com/agentscope-ai/agents

Agent 与开发工具Kimi CLI 发布官方来源

Kimi CLI 发布: 1.46.0

## What's Changed * docs: announce evolution to Kimi Code successor project by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/2377 * docs: fix router auto language redirect by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/2378 * feat(she

把 AI 雷达放到桌面

在支持安装的浏览器中,可以将本站作为应用打开。

安装入口取决于浏览器;应用和网站使用同一份最新内容。

查看完整安装指南