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.
- package/README.md +10 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -8,7 +8,13 @@ the package.
|
|
|
8
8
|
|
|
9
9
|
## Setup
|
|
10
10
|
|
|
11
|
-
|
|
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 |
|