Skip to content

Commit ac18809

Browse files
docs: align hosted endpoint documentation (#980)
Co-authored-by: CharlieHelps <charlie@charlielabs.ai>
1 parent 94cca65 commit ac18809

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

.changeset/hosted-endpoint-docs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"hevy-mcp": patch
3+
---
4+
5+
Update the published Node package documentation to use the current hosted MCP endpoint.

packages/node/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ so your client does not need Node.js, Bun, Docker, or a local server process.
8080
Production URL:
8181

8282
```text
83-
https://hevy.chrisdoc.dev/mcp
83+
https://mcp.hevy-mcp.dev/mcp
8484
```
8585

8686
The endpoint uses Streamable HTTP. Send your Hevy API key as a bearer token on
@@ -95,7 +95,7 @@ Codex, then add the hosted server:
9595
```bash
9696
export HEVY_API_KEY=your-hevy-api-key
9797
codex mcp add hevy \
98-
--url https://hevy.chrisdoc.dev/mcp \
98+
--url https://mcp.hevy-mcp.dev/mcp \
9999
--bearer-token-env-var HEVY_API_KEY
100100
```
101101

@@ -111,7 +111,7 @@ Clients that accept a remote MCP URL and fixed headers commonly use this shape:
111111
{
112112
"mcpServers": {
113113
"hevy": {
114-
"url": "https://hevy.chrisdoc.dev/mcp",
114+
"url": "https://mcp.hevy-mcp.dev/mcp",
115115
"headers": {
116116
"Authorization": "Bearer your-hevy-api-key"
117117
}
@@ -363,7 +363,7 @@ corresponding delete tools.
363363
The production MCP server is live at:
364364

365365
```text
366-
https://hevy.chrisdoc.dev/mcp
366+
https://mcp.hevy-mcp.dev/mcp
367367
```
368368

369369
It is the quickest way to use `hevy-mcp`: there is nothing to install or keep
@@ -377,7 +377,7 @@ Clients must send their Hevy API key as a fixed authorization header:
377377
{
378378
"mcpServers": {
379379
"hevy": {
380-
"url": "https://hevy.chrisdoc.dev/mcp",
380+
"url": "https://mcp.hevy-mcp.dev/mcp",
381381
"headers": {
382382
"Authorization": "Bearer your-hevy-api-key"
383383
}

0 commit comments

Comments
 (0)