Skip to content

fix(mcp): complete oversized request responses - #100

Merged
opaopa6969 merged 1 commit into
masterfrom
fix/issue-99-mcp-413
Sep 2, 2026
Merged

fix(mcp): complete oversized request responses#100
opaopa6969 merged 1 commit into
masterfrom
fix/issue-99-mcp-413

Conversation

@opaopa6969

Copy link
Copy Markdown
Owner

Closes #99

Summary

  • drain oversized request bodies before returning HTTP 413
  • inspect max+1 bytes so chunked/unknown-length bodies are rejected
  • add regressions for fixed-length and chunked requests, including response Content-Length

Testing

  • git diff --check passed
  • Maven test could not run because this environment has no Java runtime (mvn/mvnw unavailable without Java)

@opaopa6969
opaopa6969 merged commit 2438100 into master Sep 2, 2026
2 checks passed
@opaopa6969
opaopa6969 deleted the fix/issue-99-mcp-413 branch September 2, 2026 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MCPの過大リクエスト413応答を確実に完結させる

1 participant