@semantic-components/mcp-server 0.70.0 → 0.71.0
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 +1 -1
- package/index.mjs +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
package/index.mjs
CHANGED
|
@@ -30173,8 +30173,8 @@ var EMPTY_COMPLETION_RESULT = {
|
|
|
30173
30173
|
|
|
30174
30174
|
// libs/mcp-server/src/data/manifest.json
|
|
30175
30175
|
var manifest_default = {
|
|
30176
|
-
version: "0.
|
|
30177
|
-
generatedAt: "2026-03-
|
|
30176
|
+
version: "0.70.0",
|
|
30177
|
+
generatedAt: "2026-03-01T13:16:01.092Z",
|
|
30178
30178
|
libraries: [
|
|
30179
30179
|
{
|
|
30180
30180
|
name: "@semantic-components/ui",
|