Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ai/mcp-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ To use the Telerik MCP Server:

### Sample Prompts

The following list describes how your prompts may look like. Check the [Prompt Library](slug:ai-prompt-library) for more examples.
The following list describes how your prompts may look like. Check the [Prompt Library]({%slug ai/prompt-library%}) for more examples.

* "Telerik Generate an AJAX Grid with sorting and paging enabled. Bind the Grid to a Person model and provide dummy data."
* "Telerik Generate a ComboBox for AJAX that shows a list of products. Create a Product class and generate sample data."
Expand Down
4 changes: 2 additions & 2 deletions ai/prompt-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ This article provides a list of sample prompts for use with the [Telerik AJAX MC

## How to Use the Prompts

All prompts in this library target the [Telerik AJAX MCP Server]({%slug ai/mcp-server%}). The [`#telerik_ajax_assistant` handle](slug:ai-mcp-server#usage) assumes that this is the server name you have [entered in the `mcp.json` file during installation](slug:ai-mcp-server#installation).
All prompts in this library target the [Telerik AJAX MCP Server]({%slug ai/mcp-server%}). The [`#telerik_ajax_assistant` handle]({%slug ai/mcp-server#usage%}) assumes that this is the server name you have [entered in the `mcp.json` file during installation]({%slug ai/overview#installation%}).

1. Browse the prompt library to find a prompt that suits your needs.
2. Copy the prompt text including the `#telerik_ajax_assistant` handle.
3. (optional) Customize the prompt as needed for your specific use case. Make sure the changes comply with the [intended use](slug:ai-overview#intended-use) and the [recommendations](slug:ai-overview#recommendations) for the AI Coding Assistant.
3. (optional) Customize the prompt as needed for your specific use case. Make sure the changes comply with the [intended use]({%slug ai/overview#intended-use%}) and the [recommendations]({%slug ai/overview#recommendations%}) for the AI Coding Assistant.
4. Run the prompt against the MCP server.

>warning Always double-check the code and solutions proposed by any AI-powered tool before applying them to your project.
Expand Down