Skip to main content
Glama

Cursor Reviewer MCP

by kodaimaehata
flags.test.ts477 B
import { describe, it } from 'node:test'; import assert from 'node:assert/strict'; import { parseFlags } from '../src/flags.js'; describe('parseFlags', () => { it('handles quotes with spaces', () => { const res = parseFlags('--model "gpt 4" --quiet'); assert.deepEqual(res, ['--model', 'gpt 4', '--quiet']); }); it('handles single quotes', () => { const res = parseFlags("--opt 'hello world'"); assert.deepEqual(res, ['--opt', 'hello world']); }); });

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