diff --git a/.changeset/mcp-server-install-section.md b/.changeset/mcp-server-install-section.md deleted file mode 100644 index 8a64f58d..00000000 --- a/.changeset/mcp-server-install-section.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pmndrs/docs': patch ---- - -Add an MCP server install section on the home page (Claude Code shortcut + JSON config for other clients, link to the MCP remote-servers spec, mention of per-lib `llms.txt`). Also bundles the earlier MCP server URL / client configuration fix. diff --git a/CHANGELOG.md b/CHANGELOG.md index f5424269..898726fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @pmndrs/docs +## 3.4.2 + +### Patch Changes + +- [#551](https://github.com/pmndrs/docs/pull/551) [`2f35751`](https://github.com/pmndrs/docs/commit/2f357512cc318727d2a081810031d6a1a0f24cbc) Thanks [@abernier](https://github.com/abernier)! - Add an MCP server install section on the home page (Claude Code shortcut + JSON config for other clients, link to the MCP remote-servers spec, mention of per-lib `llms.txt`). Also bundles the earlier MCP server URL / client configuration fix. + ## 3.4.1 ### Patch Changes diff --git a/package.json b/package.json index 05bd24a6..6380ce37 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pmndrs/docs", "private": true, - "version": "3.4.1", + "version": "3.4.2", "type": "module", "bin": { "build": "bin/build.mjs"