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
5 changes: 0 additions & 5 deletions .changeset/mcp-server-install-section.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pmndrs/docs",
"private": true,
"version": "3.4.1",
"version": "3.4.2",
"type": "module",
"bin": {
"build": "bin/build.mjs"
Expand Down