@andrewkimjoseph/celina 0.2.12 → 0.2.13

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 +0 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -99,12 +99,6 @@ Claude Desktop's `claude_desktop_config.json` only supports local stdio servers
99
99
 
100
100
  Fully quit and relaunch Claude Desktop after editing the config (closing the window is not enough).
101
101
 
102
- <p align="center">
103
- <video src="https://github.com/andrewkimjoseph/celina/raw/main/assets/claude-desktop.mp4" controls width="720">
104
- <a href="https://github.com/andrewkimjoseph/celina/raw/main/assets/claude-desktop.mp4">Watch the Claude Desktop setup demo</a>
105
- </video>
106
- </p>
107
-
108
102
  > **Pro / Max / Team / Enterprise:** you can skip `mcp-remote` and add `https://mcp.celina.andrewkimjoseph.com/mcp` under **Settings → Integrations** instead.
109
103
 
110
104
  ### Local stdio (npm)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andrewkimjoseph/celina",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
4
4
  "description": "Celina — MCP server for Celo mainnet. Balances, transfers, and chain reads for LLM agents.",
5
5
  "type": "module",
6
6
  "main": "build/index.js",