Replies: 1 comment 1 reply
-
Hey @chaoscode; if you're looking to connect to the server over http, I think you can refer to this example: https://github.com/modelcontextprotocol/csharp-sdk/tree/main/samples/AspNetCoreSseServer. The WithStdioServerTransport, docs say: This transport launches an external process and communicates with it through standard input and output streams., so I guess you won't find any port related to that process as it's not suppose to. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Discussion Topic
I'm very new to this but I have a MCP server I built that runs. However, I can not find the port that is opened for the MCP server in the interface, nor do I see a port that gets open when I do netstat. How are we suppose to know what port to configure to connect to the MCP server? Thank you in advanced.
This is my program:
Beta Was this translation helpful? Give feedback.
All reactions