@andrewkimjoseph/celina 0.2.4 → 0.2.5

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 -19
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,25 +53,6 @@ openssl rsa -pubout -in private.pem -out public.pem
53
53
 
54
54
  ### Remote (recommended)
55
55
 
56
- ```json
57
- {
58
- "mcpServers": {
59
- "celina": {
60
- "command": "npx",
61
- "args": [
62
- "-y",
63
- "mcp-remote",
64
- "https://mcp.celina.andrewkimjoseph.com/mcp",
65
- "--transport",
66
- "http-only"
67
- ]
68
- }
69
- }
70
- }
71
- ```
72
-
73
- Or with streamable HTTP directly:
74
-
75
56
  ```json
76
57
  {
77
58
  "mcpServers": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andrewkimjoseph/celina",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
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",