-
Notifications
You must be signed in to change notification settings - Fork 533
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working