@redsift/ds-mcp-server 12.5.3-alpha.3 → 12.5.3-alpha.4
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 +2 -0
- package/data/docs/components.json +1 -1
- package/data/docs/llms-full.txt +1 -1
- package/data/metadata.json +2 -2
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
A [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) server that gives AI assistants deep knowledge of the Red Sift Design System. It provides tools for component search, prop documentation, code generation, design token lookup, and composition pattern guidance.
|
|
4
4
|
|
|
5
|
+
> **Looking for a generic HTTP retrieval API instead?** See the sibling [@redsift/ds-rag-server](https://www.npmjs.com/package/@redsift/ds-rag-server) — same data, but exposed as a `POST /retrieve` HTTP endpoint with semantic + BM25 search. Built for chatbots, docs search boxes, and custom agentic pipelines (LangGraph, Vercel AI SDK). Use MCP for IDE coding agents; use RAG for everything else. [Comparison](https://design-system.redsift.io/introduction/rag-server#mcp-vs-rag).
|
|
6
|
+
|
|
5
7
|
## Install from public npm
|
|
6
8
|
|
|
7
9
|
The published package is available on the public npm registry. No `.npmrc` configuration or authentication is required:
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"name": "Red Sift Design System",
|
|
4
4
|
"version": "12.3.0",
|
|
5
|
-
"generated": "2026-05-
|
|
5
|
+
"generated": "2026-05-06T13:08:06.968Z",
|
|
6
6
|
"repository": "https://github.com/redsift/design-system",
|
|
7
7
|
"documentation": "https://design-system.redsift.io",
|
|
8
8
|
"packages": [
|
package/data/docs/llms-full.txt
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
This file contains comprehensive documentation for all components in the Red Sift Design System.
|
|
4
4
|
It is optimized for LLM consumption and includes props, types, defaults, and usage examples.
|
|
5
5
|
|
|
6
|
-
Generated: 2026-05-
|
|
6
|
+
Generated: 2026-05-06T13:08:06.962Z
|
|
7
7
|
Total Components: 228
|
|
8
8
|
|
|
9
9
|
---
|
package/data/metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redsift/ds-mcp-server",
|
|
3
|
-
"version": "12.5.3-alpha.
|
|
3
|
+
"version": "12.5.3-alpha.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "MCP server for the Red Sift Design System — provides component lookup, prop documentation, and code generation tools for AI assistants.",
|
|
@@ -34,5 +34,6 @@
|
|
|
34
34
|
},
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
|
-
}
|
|
37
|
+
},
|
|
38
|
+
"gitHead": "3fdfd597177b65f2044cd756e14dc42782a6a9e6"
|
|
38
39
|
}
|