-
Notifications
You must be signed in to change notification settings - Fork 716
Implementation for SEP-2243 Http Standardization #1553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 13 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
adb0367
Add protocol version "DRAFT-2026-v1" as supported protocol version
mikekistler 0207bac
Wire up SEP-2243 conformance test scenarios for client and server
mikekistler 259a28b
Add SEP-2243 HTTP Standardization support
mikekistler 4164474
Add docs for custom HTTP headers from tool parameters
mikekistler ef7281a
Fix SEP-2243 spec compliance gaps and add comprehensive tests
tarekgh 9705707
Gate SEP-2243 conformance tests on harness version >= 0.1.16
tarekgh 417930b
Fix conformance test false failures on Windows due to libuv cleanup c…
e59e5d8
Move McpHeaderEncoder from Client to Protocol namespace
52ffc9d
Merge branch 'main' into mdk/sep-2243-implementation
tarekgh 6b3369b
Improve McpHeaderEncoder and McpHttpHeaders public API
bdcf448
Trim whitespace from MCP header values per SEP-2243
5f4735b
Use numeric comparison for number-typed custom header validation
66deb5e
Fix misleading comment on Base64 prefix case sensitivity
410cfe4
Add [NotNullWhen(false)] to ValidateMcpHeaders and remove null-forgiv…
471ab88
Fix comment typo: tools/read -> resources/read
69362e4
Use SearchValues.Create for vectorized header value validation
a313059
Rename Sep2243HeaderTests to HttpHeaderConformanceTests
041c54e
Add test for server rejecting invalid UTF-8 encoded header values
efe9850
Bump conformance package to 0.1.16 and remove runtime version checks
39c85c3
Detect stale node_modules via package-lock.json timestamp
794d076
Centralize JSON-to-header conversion in McpHeaderEncoder
22a61ad
Add test for tool rejection warning log on invalid x-mcp-header
9f942f1
Replace internal virtual with delegate fields for tool discovery hooks
6172219
Use exact long comparison for integer schema type in header validation
6960dce
Clear tool cache at start of ListToolsAsync to prevent unbounded growth
72e8e6e
Update CI to Node.js 22 for conformance package compatibility
f883121
Skip SEP-2243 conformance tests until scenarios are available in package
8dad361
Make McpHttpHeaders internal via shared source
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,9 @@ | ||
| # Cake tools | ||
| /[Tt]ools/ | ||
|
|
||
| # Language server cache | ||
| *.lscache | ||
|
|
||
| # Build output | ||
| [Bb]uildArtifacts/ | ||
| # Build results | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.