caelus-mcp 0.12.0 → 0.12.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.
Files changed (2) hide show
  1. package/README.md +10 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -8,7 +8,13 @@ the package.
8
8
 
9
9
  ## Setup
10
10
 
11
- Any MCP client that speaks stdio:
11
+ Claude Code / Claude Desktop, one line:
12
+
13
+ ```bash
14
+ claude mcp add caelus -- npx caelus-mcp
15
+ ```
16
+
17
+ Or any MCP client that speaks stdio:
12
18
 
13
19
  ```json
14
20
  {
@@ -22,6 +28,9 @@ Any MCP client that speaks stdio:
22
28
  - **Cursor** — `.cursor/mcp.json` (project) or `~/.cursor/mcp.json` (global)
23
29
  - **Anything else** — spawn `npx caelus-mcp` and speak JSON-RPC over stdio
24
30
 
31
+ A hosted Streamable HTTP endpoint is also live at
32
+ `https://www.ephemengine.com/api/mcp` for clients that prefer a remote server.
33
+
25
34
  ## Tools
26
35
 
27
36
  | tool | what it answers |
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "caelus-mcp",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
+ "mcpName": "io.github.heavyblotto/caelus-mcp",
4
5
  "description": "MCP server for caelus chart computation.",
5
6
  "type": "module",
6
7
  "bin": {