Skip to main content
Glama

MCP Todoist

by kentaroh7777
playwright.config.ts605 B
import { defineConfig, devices } from '@playwright/test'; export default defineConfig({ testDir: './test', fullyParallel: false, forbidOnly: !!process.env.CI, retries: process.env.CI ? 2 : 0, workers: process.env.CI ? 1 : 1, reporter: 'html', use: { baseURL: 'http://localhost:5173', trace: 'on-first-retry', headless: false, slowMo: 1000, }, projects: [ { name: 'chromium', use: { ...devices['Desktop Chrome'] }, }, ], webServer: { command: 'npm run dev', url: 'http://localhost:5173', reuseExistingServer: !process.env.CI, }, });

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/kentaroh7777/mcp-todoist'

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