Skip to main content
Glama

Cursor Reviewer MCP

by kodaimaehata
reference.test.ts370 B
import { describe, it } from 'node:test'; import assert from 'node:assert/strict'; import { normalizeReviewInput } from '../src/review.js'; describe('normalizeReviewInput', () => { it('defaults reference to []', () => { const input: any = { targets: [], review_request: 'r' }; normalizeReviewInput(input); assert.deepEqual(input.reference, []); }); });

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kodaimaehata/reviewer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server