From 7b88453b0dacd6ae055ee166900e851e930c455c Mon Sep 17 00:00:00 2001 From: Konstantin Dinev Date: Wed, 17 Jun 2026 16:48:30 +0300 Subject: [PATCH 1/2] Enhance MCP server description in README Expanded description of the MCP server's role in AI-assisted development. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1dfa7d0..009c0858 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ npm run preview:palette -- --palette=material --variant=light ## MCP Server (AI-Assisted Theming) -The Ignite UI Theming package includes a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that enables AI assistants to generate production-ready theming code for your Ignite UI applications. +The Ignite UI Theming package includes a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that enables AI assistants to generate production-ready theming code for your Ignite UI applications. This MCP server is part of the larger tooling [AI assisted development toolchain](https://www.infragistics.com/ai-assisted-app-development) in Ignite UI. ### What is MCP? From b8805df3f501ac1151532b2a7a1691819a0f75d3 Mon Sep 17 00:00:00 2001 From: Konstantin Dinev Date: Wed, 17 Jun 2026 16:52:36 +0300 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 009c0858..e9c2d6e1 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ npm run preview:palette -- --palette=material --variant=light ## MCP Server (AI-Assisted Theming) -The Ignite UI Theming package includes a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that enables AI assistants to generate production-ready theming code for your Ignite UI applications. This MCP server is part of the larger tooling [AI assisted development toolchain](https://www.infragistics.com/ai-assisted-app-development) in Ignite UI. +The Ignite UI Theming package includes a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that enables AI assistants to generate production-ready theming code for your Ignite UI applications. This MCP server is part of the larger [AI-assisted development toolchain](https://www.infragistics.com/ai-assisted-app-development) for Ignite UI. ### What is MCP?