@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.
- package/README.md +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
# Taiga UI MCP Server
|
|
2
2
|
|
|
3
|
+
[](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
|
-
|
|
13
|
+
For `.vscode/mcp.json` or `.cursor/mcp.json`:
|
|
12
14
|
|
|
13
15
|
```json
|
|
14
16
|
{
|
|
15
|
-
"
|
|
17
|
+
"servers": {
|
|
16
18
|
"taiga-ui": {
|
|
17
19
|
"command": "npx",
|
|
18
20
|
"args": [
|
package/package.json
CHANGED