kaito-mcp-server 0.2.16 → 0.2.17
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"twitter-account-type.d.ts","sourceRoot":"","sources":["../../src/tools/twitter-account-type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAEpE,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C,wBAAgB,8BAA8B,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,WAAW,
|
|
1
|
+
{"version":3,"file":"twitter-account-type.d.ts","sourceRoot":"","sources":["../../src/tools/twitter-account-type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAEpE,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C,wBAAgB,8BAA8B,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,WAAW,QAwCpF"}
|
|
@@ -5,8 +5,6 @@ export function registerTwitterAccountTypeTool(server, client) {
|
|
|
5
5
|
|
|
6
6
|
RESPONSE FIELDS:
|
|
7
7
|
- id, name, username, bio, icon: Basic profile metadata.
|
|
8
|
-
- smart_followers: Number of smart followers.
|
|
9
|
-
- tier: micro (<100), small (100–299), medium (300–999), large (1000–1999), mega (2000+).
|
|
10
8
|
- role: Crypto primary role (e.g. Investigator, Developer, Investor). Empty string if not available.
|
|
11
9
|
- individual_or_entity: "individual" (person) or "entity" (organization/project).
|
|
12
10
|
|
|
@@ -30,7 +28,8 @@ USE CASES:
|
|
|
30
28
|
annotations: { readOnlyHint: true, openWorldHint: true },
|
|
31
29
|
}, async ({ user_id, username }) => {
|
|
32
30
|
const data = await client.request("twitter_account_type", { user_id, username }, { internal: true });
|
|
33
|
-
|
|
31
|
+
const { smart_followers, tier, ...rest } = data;
|
|
32
|
+
return { content: [{ type: "text", text: JSON.stringify(rest, null, 2) }] };
|
|
34
33
|
});
|
|
35
34
|
}
|
|
36
35
|
//# sourceMappingURL=twitter-account-type.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"twitter-account-type.js","sourceRoot":"","sources":["../../src/tools/twitter-account-type.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,MAAM,UAAU,8BAA8B,CAAC,MAAiB,EAAE,MAAmB;IACnF,MAAM,CAAC,YAAY,CACjB,4BAA4B,EAC5B;QACE,WAAW,EAAE
|
|
1
|
+
{"version":3,"file":"twitter-account-type.js","sourceRoot":"","sources":["../../src/tools/twitter-account-type.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,MAAM,UAAU,8BAA8B,CAAC,MAAiB,EAAE,MAAmB;IACnF,MAAM,CAAC,YAAY,CACjB,4BAA4B,EAC5B;QACE,WAAW,EAAE;;;;;;;;;;;;;6DAa0C;QACvD,WAAW,EAAE;YACX,OAAO,EAAE,CAAC;iBACP,MAAM,EAAE;iBACR,QAAQ,EAAE;iBACV,QAAQ,CAAC,6DAA6D,CAAC;YAC1E,QAAQ,EAAE,CAAC;iBACR,MAAM,EAAE;iBACR,QAAQ,EAAE;iBACV,QAAQ,CAAC,oDAAoD,CAAC;SAClE;QACD,WAAW,EAAE,EAAE,YAAY,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE;KACzD,EACD,KAAK,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE,EAAE;QAC9B,MAAM,IAAI,GAAG,MAAM,MAAM,CAAC,OAAO,CAC/B,sBAAsB,EACtB,EAAE,OAAO,EAAE,QAAQ,EAAE,EACrB,EAAE,QAAQ,EAAE,IAAI,EAAE,CACnB,CAAC;QACF,MAAM,EAAE,eAAe,EAAE,IAAI,EAAE,GAAG,IAAI,EAAE,GAAG,IAA+B,CAAC;QAC3E,OAAO,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;IAC9E,CAAC,CACF,CAAC;AACJ,CAAC"}
|