Skip to content

Conversation

@manusa
Copy link
Member

@manusa manusa commented Nov 7, 2025

Will facilitate #385

After these changes, the entire test suite should pass with go-sdk, any failure is related to a missing implementation.

Signed-off-by: Marc Nuri <marc@marcnuri.com>
@manusa manusa added this to the 0.1.0 milestone Nov 7, 2025
@manusa manusa requested review from Cali0707 and matzew November 7, 2025 09:58

func McpInitRequest() mcp.InitializeRequest {
initRequest := mcp.InitializeRequest{}
initRequest.Params.ProtocolVersion = mcp.LATEST_PROTOCOL_VERSION
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just curiois: new sdk requires 2025-06-18 ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, that was already there:

initRequest := mcp.InitializeRequest{}
initRequest.Params.ProtocolVersion = mcp.LATEST_PROTOCOL_VERSION
initRequest.Params.ClientInfo = mcp.Implementation{Name: "test", Version: "1.33.7"}

Just moved it around and made it reusable.

@matzew
Copy link
Collaborator

matzew commented Nov 7, 2025

nice Authorization tests!

@matzew matzew merged commit 7e9e176 into containers:main Nov 7, 2025
6 checks passed
@manusa manusa deleted the test/auth branch November 7, 2025 10:54
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.

2 participants