@linkegringo/mcp 2.0.1 → 2.0.2
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/index.d.ts +9 -9
- package/dist/index.js +4 -3
- package/package.json +10 -10
- package/LICENSE +0 -21
package/dist/index.d.ts
CHANGED
|
@@ -2341,7 +2341,7 @@ declare const submitInterviewInputSchema: z.ZodObject<{
|
|
|
2341
2341
|
category: z.ZodEffects<z.ZodCatch<z.ZodEnum<["direction", "responsibility", "technical-depth", "impact", "scale", "leadership", "preference", "market", "credibility", "differentiation"]>>, "credibility" | "direction" | "responsibility" | "technical-depth" | "impact" | "scale" | "leadership" | "preference" | "market" | "differentiation", unknown>;
|
|
2342
2342
|
question: z.ZodString;
|
|
2343
2343
|
reason: z.ZodString;
|
|
2344
|
-
placeholderExample: z.
|
|
2344
|
+
placeholderExample: z.ZodString;
|
|
2345
2345
|
relatedExperience: z.ZodOptional<z.ZodString>;
|
|
2346
2346
|
answerType: z.ZodEffects<z.ZodCatch<z.ZodEnum<["short-text", "long-text", "single-choice", "yes-no"]>>, "short-text" | "long-text" | "single-choice" | "yes-no", unknown>;
|
|
2347
2347
|
options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -2351,18 +2351,18 @@ declare const submitInterviewInputSchema: z.ZodObject<{
|
|
|
2351
2351
|
category: "credibility" | "direction" | "responsibility" | "technical-depth" | "impact" | "scale" | "leadership" | "preference" | "market" | "differentiation";
|
|
2352
2352
|
question: string;
|
|
2353
2353
|
reason: string;
|
|
2354
|
+
placeholderExample: string;
|
|
2354
2355
|
answerType: "short-text" | "long-text" | "single-choice" | "yes-no";
|
|
2355
2356
|
required: boolean;
|
|
2356
2357
|
options?: string[] | undefined;
|
|
2357
|
-
placeholderExample?: string | undefined;
|
|
2358
2358
|
relatedExperience?: string | undefined;
|
|
2359
2359
|
}, {
|
|
2360
2360
|
id: string;
|
|
2361
2361
|
question: string;
|
|
2362
2362
|
reason: string;
|
|
2363
|
+
placeholderExample: string;
|
|
2363
2364
|
options?: string[] | undefined;
|
|
2364
2365
|
category?: unknown;
|
|
2365
|
-
placeholderExample?: string | undefined;
|
|
2366
2366
|
relatedExperience?: string | undefined;
|
|
2367
2367
|
answerType?: unknown;
|
|
2368
2368
|
required?: boolean | undefined;
|
|
@@ -2373,10 +2373,10 @@ declare const submitInterviewInputSchema: z.ZodObject<{
|
|
|
2373
2373
|
category: "credibility" | "direction" | "responsibility" | "technical-depth" | "impact" | "scale" | "leadership" | "preference" | "market" | "differentiation";
|
|
2374
2374
|
question: string;
|
|
2375
2375
|
reason: string;
|
|
2376
|
+
placeholderExample: string;
|
|
2376
2377
|
answerType: "short-text" | "long-text" | "single-choice" | "yes-no";
|
|
2377
2378
|
required: boolean;
|
|
2378
2379
|
options?: string[] | undefined;
|
|
2379
|
-
placeholderExample?: string | undefined;
|
|
2380
2380
|
relatedExperience?: string | undefined;
|
|
2381
2381
|
}[];
|
|
2382
2382
|
}, {
|
|
@@ -2384,9 +2384,9 @@ declare const submitInterviewInputSchema: z.ZodObject<{
|
|
|
2384
2384
|
id: string;
|
|
2385
2385
|
question: string;
|
|
2386
2386
|
reason: string;
|
|
2387
|
+
placeholderExample: string;
|
|
2387
2388
|
options?: string[] | undefined;
|
|
2388
2389
|
category?: unknown;
|
|
2389
|
-
placeholderExample?: string | undefined;
|
|
2390
2390
|
relatedExperience?: string | undefined;
|
|
2391
2391
|
answerType?: unknown;
|
|
2392
2392
|
required?: boolean | undefined;
|
|
@@ -2399,10 +2399,10 @@ declare const submitInterviewInputSchema: z.ZodObject<{
|
|
|
2399
2399
|
category: "credibility" | "direction" | "responsibility" | "technical-depth" | "impact" | "scale" | "leadership" | "preference" | "market" | "differentiation";
|
|
2400
2400
|
question: string;
|
|
2401
2401
|
reason: string;
|
|
2402
|
+
placeholderExample: string;
|
|
2402
2403
|
answerType: "short-text" | "long-text" | "single-choice" | "yes-no";
|
|
2403
2404
|
required: boolean;
|
|
2404
2405
|
options?: string[] | undefined;
|
|
2405
|
-
placeholderExample?: string | undefined;
|
|
2406
2406
|
relatedExperience?: string | undefined;
|
|
2407
2407
|
}[];
|
|
2408
2408
|
};
|
|
@@ -2412,9 +2412,9 @@ declare const submitInterviewInputSchema: z.ZodObject<{
|
|
|
2412
2412
|
id: string;
|
|
2413
2413
|
question: string;
|
|
2414
2414
|
reason: string;
|
|
2415
|
+
placeholderExample: string;
|
|
2415
2416
|
options?: string[] | undefined;
|
|
2416
2417
|
category?: unknown;
|
|
2417
|
-
placeholderExample?: string | undefined;
|
|
2418
2418
|
relatedExperience?: string | undefined;
|
|
2419
2419
|
answerType?: unknown;
|
|
2420
2420
|
required?: boolean | undefined;
|
|
@@ -2430,10 +2430,10 @@ declare const submitInterviewInputSchema: z.ZodObject<{
|
|
|
2430
2430
|
category: "credibility" | "direction" | "responsibility" | "technical-depth" | "impact" | "scale" | "leadership" | "preference" | "market" | "differentiation";
|
|
2431
2431
|
question: string;
|
|
2432
2432
|
reason: string;
|
|
2433
|
+
placeholderExample: string;
|
|
2433
2434
|
answerType: "short-text" | "long-text" | "single-choice" | "yes-no";
|
|
2434
2435
|
required: boolean;
|
|
2435
2436
|
options?: string[] | undefined;
|
|
2436
|
-
placeholderExample?: string | undefined;
|
|
2437
2437
|
relatedExperience?: string | undefined;
|
|
2438
2438
|
}[];
|
|
2439
2439
|
};
|
|
@@ -2453,9 +2453,9 @@ declare const submitInterviewInputSchema: z.ZodObject<{
|
|
|
2453
2453
|
id: string;
|
|
2454
2454
|
question: string;
|
|
2455
2455
|
reason: string;
|
|
2456
|
+
placeholderExample: string;
|
|
2456
2457
|
options?: string[] | undefined;
|
|
2457
2458
|
category?: unknown;
|
|
2458
|
-
placeholderExample?: string | undefined;
|
|
2459
2459
|
relatedExperience?: string | undefined;
|
|
2460
2460
|
answerType?: unknown;
|
|
2461
2461
|
required?: boolean | undefined;
|
package/dist/index.js
CHANGED
|
@@ -953,7 +953,7 @@ var interviewQuestionSchema = z6.object({
|
|
|
953
953
|
category: interviewCategorySchema,
|
|
954
954
|
question: z6.string().min(1),
|
|
955
955
|
reason: z6.string().min(1),
|
|
956
|
-
placeholderExample: z6.string().
|
|
956
|
+
placeholderExample: z6.string().min(1, "O exemplo de resposta (placeholderExample) \xE9 obrigat\xF3rio."),
|
|
957
957
|
relatedExperience: z6.string().optional(),
|
|
958
958
|
answerType: interviewAnswerTypeSchema,
|
|
959
959
|
options: z6.array(z6.string()).optional(),
|
|
@@ -1851,8 +1851,9 @@ function formatJobResponse(job) {
|
|
|
1851
1851
|
instructions = `
|
|
1852
1852
|
### \u26A0\uFE0F DIRETRIZES OBRIGAT\xD3RIAS PARA O AGENTE DE IA:
|
|
1853
1853
|
1. Gere perguntas t\xE9cnicas focando nos gargalos e lacunas identificados no perfil.
|
|
1854
|
-
2.
|
|
1855
|
-
3.
|
|
1854
|
+
2. O campo "placeholderExample" \xE9 OBRIGAT\xD3RIO para TODAS as perguntas (exemplo pr\xE1tico de resposta de alto impacto com m\xE9tricas como throughput, lat\xEAncia, SLA, scale).
|
|
1855
|
+
3. N\xC3O execute scripts nem inspecione arquivos.
|
|
1856
|
+
4. Chame a ferramenta \`submit_job_result\` (ou \`submit_interview\`) com a estrutura:
|
|
1856
1857
|
|
|
1857
1858
|
\`\`\`json
|
|
1858
1859
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linkegringo/mcp",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Servidor MCP oficial do LinkeGringo para auditoria e otimização de perfis para o mercado internacional",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -16,21 +16,21 @@
|
|
|
16
16
|
"files": [
|
|
17
17
|
"dist"
|
|
18
18
|
],
|
|
19
|
+
"scripts": {
|
|
20
|
+
"build": "tsup",
|
|
21
|
+
"dev": "tsup --watch",
|
|
22
|
+
"typecheck": "tsc --noEmit",
|
|
23
|
+
"test": "vitest run"
|
|
24
|
+
},
|
|
19
25
|
"dependencies": {
|
|
20
26
|
"@modelcontextprotocol/sdk": "^1.6.0",
|
|
21
27
|
"zod": "^3.24.1"
|
|
22
28
|
},
|
|
23
29
|
"devDependencies": {
|
|
30
|
+
"@linkegringo/core": "workspace:*",
|
|
24
31
|
"@types/node": "^22.10.2",
|
|
25
32
|
"tsup": "^8.3.6",
|
|
26
33
|
"typescript": "^5.7.2",
|
|
27
|
-
"vitest": "^2.1.8"
|
|
28
|
-
"@linkegringo/core": "1.0.0"
|
|
29
|
-
},
|
|
30
|
-
"scripts": {
|
|
31
|
-
"build": "tsup",
|
|
32
|
-
"dev": "tsup --watch",
|
|
33
|
-
"typecheck": "tsc --noEmit",
|
|
34
|
-
"test": "vitest run"
|
|
34
|
+
"vitest": "^2.1.8"
|
|
35
35
|
}
|
|
36
|
-
}
|
|
36
|
+
}
|
package/LICENSE
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2026 Muriel Gasparini
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|