Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .changeset/rsc-runtime-drop-rsc-keyword.md
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 1 addition & 2 deletions packages/rsc-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"license": "MIT",
"keywords": [
"agent-bundle",
"mcp",
"react-server-components"
"mcp"
],
"homepage": "https://github.com/ScriptedAlchemy/agent-bundle#readme",
"bugs": {
Expand Down
Loading