@@ -80,7 +80,7 @@ so your client does not need Node.js, Bun, Docker, or a local server process.
8080Production URL:
8181
8282``` text
83- https://hevy.chrisdoc .dev/mcp
83+ https://mcp.hevy-mcp .dev/mcp
8484```
8585
8686The 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
9696export HEVY_API_KEY=your-hevy-api-key
9797codex 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.
363363The production MCP server is live at:
364364
365365``` text
366- https://hevy.chrisdoc .dev/mcp
366+ https://mcp.hevy-mcp .dev/mcp
367367```
368368
369369It 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