@aetherwealth/mcp 0.1.18-beta.4 → 0.1.21

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 (3) hide show
  1. package/README.md +124 -121
  2. package/dist/index.js +35 -35
  3. package/package.json +23 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aetherwealth/mcp",
3
- "version": "0.1.18-beta.4",
4
- "description": "Aether Wealth MCP server per-user OAuth access to your trading journal, alerts, and market data from Claude, Codex, and other MCP clients.",
3
+ "version": "0.1.21",
4
+ "description": "Official Aether Wealth MCP server for AI trading assistants: OAuth access to your trading journal, alerts, market data, macro calendar, and technical indicators.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "aether-wealth-mcp": "dist/index.js"
@@ -18,6 +18,26 @@
18
18
  "publishConfig": {
19
19
  "access": "public"
20
20
  },
21
+ "keywords": [
22
+ "aether wealth",
23
+ "mcp",
24
+ "model context protocol",
25
+ "trading mcp",
26
+ "ai trading assistant",
27
+ "trading journal",
28
+ "forex",
29
+ "market data",
30
+ "technical indicators",
31
+ "oauth"
32
+ ],
21
33
  "license": "UNLICENSED",
22
- "homepage": "https://aetherwealth.ai"
34
+ "homepage": "https://aetherwealth.ai/mcp",
35
+ "repository": {
36
+ "type": "git",
37
+ "url": "git+https://github.com/Opus-Aether-AI/webapp.git",
38
+ "directory": "apps/aether-wealth-mcp"
39
+ },
40
+ "bugs": {
41
+ "url": "https://github.com/Opus-Aether-AI/webapp/issues"
42
+ }
23
43
  }