@linkegringo/mcp 2.0.0 → 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 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.ZodOptional<z.ZodString>;
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().optional(),
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. N\xC3O execute scripts nem inspecione arquivos.
1855
- 3. Chame a ferramenta \`submit_job_result\` com a estrutura:
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
  {
@@ -1863,8 +1864,9 @@ function formatJobResponse(job) {
1863
1864
  "id": "q1",
1864
1865
  "category": "scale",
1865
1866
  "question": "Texto claro da pergunta para investigar o escopo e impacto...",
1866
- "rationale": "Por que esta pergunta \xE9 importante para o recrutador gringo...",
1867
- "targetSignal": "M\xE9tricas de escala, throughput ou lat\xEAncia que queremos capturar"
1867
+ "reason": "Crit\xE9rio dos recrutadores dos EUA: por que esta pergunta \xE9 importante...",
1868
+ "answerType": "long-text",
1869
+ "placeholderExample": "Ex: Processamos 7M de requisi\xE7\xF5es por m\xEAs com lat\xEAncia P99 < 200ms..."
1868
1870
  }
1869
1871
  ]
1870
1872
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linkegringo/mcp",
3
- "version": "2.0.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": {