Overview
What is Xperience Community MCP Server?
Xperience Community MCP Server is an ASP.NET Core-based server designed for Xperience by Kentico projects, enabling developers to integrate and utilize the Model Context Protocol (MCP) in their applications.
How to use Xperience Community MCP Server?
To use the MCP Server, install the NuGet package in your application and configure it in your Program.cs file. Follow the setup instructions provided in the documentation for detailed steps.
Key features of Xperience Community MCP Server?
- Built with the .NET MCP Server SDK tailored for Xperience projects.
- Easy integration with ASP.NET Core applications.
- Supports development in Visual Studio Code with MCP tools.
Use cases of Xperience Community MCP Server?
- Integrating MCP functionalities into Xperience by Kentico applications.
- Enhancing development workflows with real-time communication features.
- Facilitating collaboration among developers using Visual Studio Code.
FAQ from Xperience Community MCP Server?
- What is the minimum version of Xperience required?
The server requires Xperience version >= 30.4.1.
- How do I install the MCP Server?
Use the .NET CLI command:
dotnet add package XperienceCommunity.MCPServer.
- Is there a guide for configuration?
Yes, detailed configuration instructions can be found in the Usage Guide.