anthropics / anthropics/claude-code

[BUG] MCP tool calls with dict/array parameters serialized as strings, fails mid-session after working correctly

未关闭
#93,179 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
area:mcp bug platform:macos
主要语言
Python
星标
145k
派生
23.1k
PR 合并指标
PR 指标待抓取

描述

### Preflight Checklist

- [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code

### What's Wrong?

MCP tool calls with an object or array-shaped parameter fail validation with the parameter arriving as a JSON string instead of a parsed object/dict. Simple scalar-only parameters (plain strings/ints) continue to work normally. This matches the pattern already described in #5504, #3084, #2747, and #6249, but those threads are closed/locked, so filing fresh per the bot's own instruction on #5504.

### What Should Happen?

The tool call's object/array parameter should arrive at the MCP server as a parsed dict/array, not as a raw JSON string, so the server's schema validation succeeds.

### Error Messages/Logs

```shell
1 validation error for call[]
body
Input should be a valid dictionary or instance of [type=model_type, input_value='{"data": {...}}', input_type=str]
```

### Steps to Reproduce

1. In a long-running Claude Code session, call an MCP tool whose schema expects an object-shaped parameter (e.g. a "body" field containing a nested dict), passing a well-formed JSON object.
2. Observe the call succeeds initially.
3. Later in the same session (no code/prompt changes on the client side), call the same tool again with an equivalently-shaped object.
4. Observe it now fails with the error above, as if the object were stringified before reaching the server.
5. Restarting the session does not resolve it.
6. Tried multiple payload shapes/field names to rule out a schema mismatch; all fail identically, pointing at client-side serialization rather than the tool's own schema.

Affected in this case: two independent MCP servers (a Klaviyo integration and a separate image-generation service). Related closed/locked threads: #5504, #3084, #2747, #6249.

### Claude Model

Sonnet (default)

### Is this a regression?

Yes, this worked in a previous version

### Last Working Version

same session, no version change

### Claude Code Version

2.1.62 (Claude Code)

### Platform

Anthropic API

### Operating System

macOS

### Terminal/Shell

Terminal.app (macOS)

### Additional Information

_No response_

贡献指南

这个仓库没有索引到贡献指南

调研方向

No source file, test, or entry point is named. Start by reproducing the failure with an object-shaped MCP parameter in a long-running session, then trace where MCP tool-call parameters are serialized before reaching the server. Done means object and array parameters arrive parsed while scalar parameters continue to work and schema validation succeeds.

由索引模型根据 Issue 内容生成。

评估

领域
api, cli
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
活跃
描述清晰度
基本清楚
新手友好度
48/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。