@openephemeris/mcp-server 3.9.1 → 3.9.2
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -302,7 +302,7 @@ npm run verify:release
|
|
|
302
302
|
|
|
303
303
|
### Deploying the SSE Server to Fly.io
|
|
304
304
|
|
|
305
|
-
When you update the MCP server logic (handlers, bug fixes, hardening), you should deploy it so clients connecting via
|
|
305
|
+
When you update the MCP server logic (handlers, bug fixes, hardening), you should deploy it so clients connecting via the remote `https://mcp.openephemeris.com/mcp` endpoint get the updates immediately.
|
|
306
306
|
|
|
307
307
|
1. Navigate to `apps/api/mcp-server`
|
|
308
308
|
2. Run `fly deploy --remote-only`
|