-
Notifications
You must be signed in to change notification settings - Fork 28
chore: add mcp nuget article #1954
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds documentation for the Telerik Reporting MCP Server NuGet package distribution. The article guides developers through installing and configuring the MCP server as a NuGet package in Visual Studio, with different approaches for .NET 8/9 (using dotnet tools) and .NET 10 (using the dnx command).
Key changes:
- Comprehensive setup instructions for both .NET 8/9 and .NET 10 environments
- Configuration examples for
.mcp.jsonfiles with licensing options - Visual Studio integration guidance including Telerik extension usage
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@copilot can you change all code snippets to use four backticks instead of three? |
|
@petar-i-todorov I've opened a new pull request, #1955, to work on those changes. Once the pull request is ready, I'll request review from you. |
* Initial plan * Change code snippets to use four backticks Co-authored-by: petar-i-todorov <109748926+petar-i-todorov@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: petar-i-todorov <109748926+petar-i-todorov@users.noreply.github.com>
Add article for setting up reporting mcp nuget in VS