Skip to main content
Glama

MCP Todoist

by kentaroh7777
setup.ts663 B
import { test as base } from '@playwright/test'; // Firebase Emulatorのセットアップやモックデータの準備など export const test = base.extend({ // カスタムフィクスチャを追加できます }); export { expect } from '@playwright/test'; // テスト環境の共通設定 export const TEST_CONFIG = { // デフォルトのサーバーURL DEFAULT_SERVER_URL: 'convex://mcp-todoist', // テスト用の認証情報 TEST_EMAIL: 'test@example.com', TEST_PASSWORD: 'password123', // タイムアウト設定 DEFAULT_TIMEOUT: 30000, // Convexデプロイメント設定 CONVEX_DEPLOYMENT: 'confident-yak-98', };

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