Describe the bug
Consuming prerelease version will not work.
internal sealed partial class McpClient : McpEndpoint, IMcpClient
McpClient class is internal and we are trying to access the same and it will not work for the prerelease version.
To Reproduce
Steps to reproduce the behavior:
- Use the readme.md file to see the behaviour
Expected behavior
A clear and concise description of what you expected to happen.
McpClient class should be public abstract
Logs
If applicable, add logs to help explain your problem.
Additional context
Add any other context about the problem here.
Describe the bug
Consuming prerelease version will not work.
internal sealed partial class McpClient : McpEndpoint, IMcpClientMcpClient class is internal and we are trying to access the same and it will not work for the prerelease version.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
McpClient class should be public abstract
Logs
If applicable, add logs to help explain your problem.
Additional context
Add any other context about the problem here.