import { defineWorkersConfig } from '@cloudflare/vitest-pool-workers/config';
export default defineWorkersConfig({
test: {
poolOptions: {
workers: {
isolatedStorage: false, // This is required for Durable Objects to work
//singleWorker: true, // This is required if you plan to have multiple files doing integration tests
wrangler: { configPath: './wrangler.jsonc' },
},
},
},
});
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/Disturbing/mcp-live-code'
If you have feedback or need assistance with the MCP directory API, please join our Discord server