@claudinho/mcp 0.9.3 → 0.10.0
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 +4 -1
- package/dist/index.js +1385 -376
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -67,7 +67,10 @@ the prediction-market read).
|
|
|
67
67
|
|
|
68
68
|
Market signals are pre-match and in-play reads — finished matches never show one.
|
|
69
69
|
`get_today` / `get_match` include a short market line when a reliable market exists
|
|
70
|
-
(slugs are auto-derived per fixture; matching fails closed).
|
|
70
|
+
(slugs are auto-derived per fixture; matching fails closed). Their structured output
|
|
71
|
+
includes `marketComplete`; the dedicated market tool uses `complete`. A false verdict
|
|
72
|
+
means the optional read was unavailable or incomplete and is never described as "no signal."
|
|
73
|
+
Share cards carry the same verdict and warning. **Read-only and
|
|
71
74
|
informational only — not betting advice:** market-implied percentages with Polymarket
|
|
72
75
|
attribution, never links or trade calls. Disable with `CLAUDINHO_MARKETS=off`; set
|
|
73
76
|
`CLAUDINHO_MARKETS_SOURCE=fake` in the server `env` for a network-free, clearly
|