@taiga-ui/mcp 0.1.0-alpha.1 → 0.1.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,18 +1,20 @@
1
1
  # Taiga UI MCP Server
2
2
 
3
+ [![MCP Badge](https://lobehub.com/badge/mcp/taiga-family-taiga-ui-mcp?style=plastic)](https://lobehub.com/mcp/taiga-family-taiga-ui-mcp)
4
+
3
5
  > **🚀 The fastest way to integrate Taiga UI components into your AI workflow**
4
6
 
5
7
  A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to [Taiga UI](https://taiga-ui.dev) components. Seamlessly retrieve Taiga UI components implementations for your AI-powered development workflow.
6
8
 
7
9
  ## Integrate with Your Editor
8
10
 
9
- ### VS Code
11
+ ### VS Code / Cursor
10
12
 
11
- To configure MCP in VS Code with GitHub Copilot, add the taiga-ui server to your project's `.vscode/mcp.json` configuration file:
13
+ For `.vscode/mcp.json` or `.cursor/mcp.json`:
12
14
 
13
15
  ```json
14
16
  {
15
- "mcpServers": {
17
+ "servers": {
16
18
  "taiga-ui": {
17
19
  "command": "npx",
18
20
  "args": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/mcp",
3
- "version": "0.1.0-alpha.1",
3
+ "version": "0.1.0-alpha.2",
4
4
  "description": "Model Context Protocol server providing Taiga UI documentation search and scaffolding tools.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",