diff --git a/.changeset/rsc-runtime-drop-rsc-keyword.md b/.changeset/rsc-runtime-drop-rsc-keyword.md new file mode 100644 index 000000000..2ef170856 --- /dev/null +++ b/.changeset/rsc-runtime-drop-rsc-keyword.md @@ -0,0 +1,12 @@ +--- +"@agent-bundle/rsc-runtime": patch +--- + +Published-metadata fix: the `react-server-components` keyword is removed from +`packages/rsc-runtime/package.json`. #89 rewrote the `description` in that same +file to state that the package is a React-element result DSL rather than a +React Server Components renderer, but left the keyword asserting the opposite, +so the npm manifest contradicted itself and the registry surfaced the package +against RSC-renderer searches it cannot serve. The remaining keywords — +`agent-bundle` and `mcp` — describe what the package actually is. No runtime +code, export surface, or package name changes; the name is tracked separately. diff --git a/packages/rsc-runtime/package.json b/packages/rsc-runtime/package.json index 76c654d46..5405e3371 100644 --- a/packages/rsc-runtime/package.json +++ b/packages/rsc-runtime/package.json @@ -5,8 +5,7 @@ "license": "MIT", "keywords": [ "agent-bundle", - "mcp", - "react-server-components" + "mcp" ], "homepage": "https://github.com/ScriptedAlchemy/agent-bundle#readme", "bugs": {