Skip to content

Commit 6d4613c

Browse files
committed
Add one more difference between Copilot extension and MCP
1 parent 12d423f commit 6d4613c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ai/overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ The Telerik AI Coding Assistant is integrated in:
1717
* The [Telerik Blazor GitHub Copilot Extension](slug:ai-copilot-extension)
1818
* The [Telerik Blazor MCP Server](slug:ai-mcp-server)
1919

20-
The MCP server is more powerful and can handle more complex prompts that require several requests to the AI model. An MCP-enabled client like GitHub Copilot in **Agent** mode can make changes to your app and rebuild it to verify the AI suggestions.
20+
The major differences between these tools are:
21+
22+
* The MCP server is more powerful and can handle more complex prompts that require several requests to the AI model. An MCP-enabled client like GitHub Copilot in **Agent** mode can make changes to your app and rebuild it to verify the AI suggestions.
23+
* The responses of the GitHub Copilot extension may contain shorter or partial code snippets and more explanations how to accomplish the task. When using the MCP server, the AI response is mostly code.
2124

2225
## Getting Started
2326

0 commit comments

Comments
 (0)