@timmeck/trading-brain 1.2.0 → 1.2.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 (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +12 -7
  3. package/smithery.yaml +10 -0
package/README.md CHANGED
@@ -320,7 +320,7 @@ Trading Brain is part of the **Brain Ecosystem** — a family of standalone MCP
320
320
  | [Brain](https://github.com/timmeck/brain) | Error memory & code intelligence | 7777 / 7778 |
321
321
  | **Trading Brain** | Adaptive trading intelligence | **7779** / 7780 |
322
322
  | [Marketing Brain](https://github.com/timmeck/marketing-brain) | Content strategy & engagement | 7781 / 7782 |
323
- | [Brain Core](https://github.com/timmeck/brain-core) v1.6.0 | Shared infrastructure (IPC, MCP, REST, CLI, math, synapses) | — |
323
+ | [Brain Core](https://github.com/timmeck/brain-core) v1.5.0 | Shared infrastructure (IPC, MCP, REST, CLI, math, synapses) | — |
324
324
  | [Brain Hub](https://timmeck.github.io/brain-hub/) | Ecosystem landing page | — |
325
325
 
326
326
  Each brain is **fully standalone** — [Brain Core](https://www.npmjs.com/package/@timmeck/brain-core) provides shared infrastructure (IPC, MCP, REST API, CLI, math, synapse algorithms) used by all brains, eliminating ~2,800 lines of duplicated code.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timmeck/trading-brain",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Adaptive trading intelligence system with Hebbian synapses, spreading activation, Wilson Score confidence, and adaptive calibration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -16,16 +16,21 @@
16
16
  "test:coverage": "vitest --coverage"
17
17
  },
18
18
  "keywords": [
19
- "trading-brain",
20
19
  "mcp",
20
+ "mcp-server",
21
+ "model-context-protocol",
22
+ "claude",
21
23
  "claude-code",
24
+ "cursor",
25
+ "windsurf",
26
+ "cline",
27
+ "ai-tools",
28
+ "trading",
29
+ "trading-intelligence",
30
+ "developer-tools",
22
31
  "hebbian-learning",
23
- "spreading-activation",
24
32
  "wilson-score",
25
- "adaptive-calibration",
26
- "signal-fingerprinting",
27
- "pattern-extraction",
28
- "trading-intelligence"
33
+ "signal-fingerprinting"
29
34
  ],
30
35
  "author": "Tim Mecklenburg",
31
36
  "license": "MIT",
package/smithery.yaml ADDED
@@ -0,0 +1,10 @@
1
+ startCommand:
2
+ type: stdio
3
+ configSchema:
4
+ type: object
5
+ properties: {}
6
+ commandFunction:
7
+ - runtime: node
8
+ entrypoint: dist/index.js
9
+ args:
10
+ - mcp-server