@heyclaude/mcp 0.1.0 → 0.1.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @heyclaude/mcp Changelog
2
2
 
3
+ ## 0.1.1 - Package Page Polish
4
+
5
+ - Add npm-facing package README branding, repository links, npm links, and
6
+ release provenance notes.
7
+ - Keep published package behavior unchanged.
8
+
3
9
  ## 0.1.0 - Initial Public Package
4
10
 
5
11
  - Add remote-first stdio bridge for the public HeyClaude MCP endpoint.
package/README.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # HeyClaude MCP Server
2
2
 
3
+ <p align="center">
4
+ <a href="https://heyclau.de">
5
+ <img src="https://heyclau.de/heyclaude-wordmark.svg" alt="HeyClaude" width="300">
6
+ </a>
7
+ </p>
8
+
9
+ <p align="center">
10
+ <a href="https://heyclau.de">Website</a> •
11
+ <a href="https://github.com/JSONbored/claudepro-directory">GitHub</a> •
12
+ <a href="https://www.npmjs.com/package/@heyclaude/mcp">npm</a> •
13
+ <a href="https://heyclau.de/api/mcp">MCP endpoint</a> •
14
+ <a href="https://github.com/JSONbored/claudepro-directory/releases/tag/mcp-v0.1.1">v0.1.1 release</a>
15
+ </p>
16
+
3
17
  Read-only Model Context Protocol server for the HeyClaude registry.
4
18
 
5
19
  It exposes the same public registry surface used by the website and Raycast:
@@ -118,6 +132,9 @@ MCP releases are package-scoped. Website/catalog changes do not create repo-wide
118
132
  semver releases. The initial public package version is `0.1.0`, and GitHub
119
133
  release tags use `mcp-vX.Y.Z`.
120
134
 
135
+ The npm package artifact is hosted on npmjs.com. GitHub Releases track the
136
+ matching package-scoped source tag and release notes, such as `mcp-v0.1.1`.
137
+
121
138
  Do not publish until the web branch has shipped, the production endpoint has
122
139
  been verified, and the package smoke test passes. The release checklist is:
123
140
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heyclaude/mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "Read-only MCP server for the HeyClaude registry.",
6
6
  "license": "MIT",