@0xinsider/mcp 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.
package/dist/constants.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ export declare const API_BASE_URL = "https://api.0xinsider.com";
|
|
|
2
2
|
export declare const SITE_URL = "https://0xinsider.com";
|
|
3
3
|
export declare const DEVELOPERS_URL = "https://0xinsider.com/developers";
|
|
4
4
|
export declare const PRICING_URL = "https://0xinsider.com/pricing";
|
|
5
|
-
export declare const VERSION = "1.2.
|
|
5
|
+
export declare const VERSION = "1.2.1";
|
|
6
6
|
export declare const PACKAGE_NAME = "@0xinsider/mcp";
|
|
7
7
|
export declare const SERVER_NAME = "0xinsider";
|
|
8
8
|
export declare const API_KEY_ENV_VAR = "OXINSIDER_API_KEY";
|
package/dist/constants.js
CHANGED
|
@@ -15,7 +15,7 @@ export const PRICING_URL = `${SITE_URL}/pricing`;
|
|
|
15
15
|
// flow runs `cd mcp && npm ci` from a clean checkout, where `web/node_modules` need not
|
|
16
16
|
// exist.
|
|
17
17
|
// generated-package-version:start
|
|
18
|
-
export const VERSION = "1.2.
|
|
18
|
+
export const VERSION = "1.2.1";
|
|
19
19
|
// generated-package-version:end
|
|
20
20
|
export const PACKAGE_NAME = "@0xinsider/mcp";
|
|
21
21
|
export const SERVER_NAME = "0xinsider";
|
|
@@ -34,7 +34,7 @@ export function registerGetPickOfTheDay(server, client) {
|
|
|
34
34
|
title: "Get Pick of the Day",
|
|
35
35
|
description: `Get today's published Pick of the Day: the sports markets where graded (S/A/B) smart money is positioned, frozen at publish time. Pro-tier. Read \`picks\` in \`pick_rank\` order (normally 3-6 items, never more than six). Each pick carries the matchup, the backed side (pick_outcome_label), the frozen pre-game price and $100 return, the smart-money holders on that side, the top grade, CLV capture status, and the thesis. \`scheduled_picks\` lists today's selected-but-unreleased slots with only pick_rank, release_at, and kickoff; no market identity exists before release.
|
|
36
36
|
|
|
37
|
-
Before any pick is released the tool returns an error carrying reason pick_not_released and a retry_at instant: schedule the next read from retry_at (or the earliest scheduled_picks.release_at) instead of polling. A current-day pick whose holder proof is not yet readable returns read_model_warming with a retry.
|
|
37
|
+
Before any pick is released the tool returns an error carrying reason pick_not_released and a retry_at instant: schedule the next read from retry_at (or the earliest scheduled_picks.release_at) instead of polling. A current-day pick whose holder proof is not readable yet is listed in \`proof_pending_picks\` (pick_rank, release_at, kickoff, retry_at) while \`picks\` carries the proof-readable picks; the tool returns read_model_warming with a retry only when no published pick has readable proof.
|
|
38
38
|
|
|
39
39
|
Args: none
|
|
40
40
|
|