-
Notifications
You must be signed in to change notification settings - Fork 233
WithHttpTransport missing? #311
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
Comments
WithHttpTransport only got merged yesterday. A new build has not been published to nuget including it yet. Look at the AspNetCoreSseServer sample from before that change merged: |
[like] Mike Hacker reacted to your message:
…________________________________
From: Stephen Toub ***@***.***>
Sent: Tuesday, April 15, 2025 2:32:12 PM
To: modelcontextprotocol/csharp-sdk ***@***.***>
Cc: Mike Hacker ***@***.***>; Author ***@***.***>
Subject: Re: [modelcontextprotocol/csharp-sdk] WithHttpTransport missing? (Issue #311)
WithHttpTransport only got merged yesterday. A new build has not been published to nuget including it yet.
—
Reply to this email directly, view it on GitHub<#311 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEAV37NG46U76YSBDNHL5BD2ZUJ6ZAVCNFSM6AAAAAB3FXEOWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMBVGQ3TMMRUGQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
[https://avatars.githubusercontent.com/u/2642209?s=20&v=4]stephentoub left a comment (modelcontextprotocol/csharp-sdk#311)<#311 (comment)>
WithHttpTransport only got merged yesterday. A new build has not been published to nuget including it yet.
—
Reply to this email directly, view it on GitHub<#311 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEAV37NG46U76YSBDNHL5BD2ZUJ6ZAVCNFSM6AAAAAB3FXEOWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMBVGQ3TMMRUGQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I am trying to follow the sample located here:
https://github.com/modelcontextprotocol/csharp-sdk/tree/312aede7d6ddba5170212fd8c64418409f0f585b/src/ModelContextProtocol.AspNetCore
.WithHttpTransport() is not defined
To Reproduce
Steps to reproduce the behavior:
Expected behavior
.WithHttpTransport is found and works as expected
Logs
n/a
Additional context
Looking for an approach that allows me to run my custom MCP Server over Https instead of STDIO so I can run the MCP server on a machine separate from the MCP Client.
The text was updated successfully, but these errors were encountered: