import { defineProject } from 'vitest/config';
export default defineProject({
test: {
name: 'mcplocal',
include: ['tests/**/*.test.ts'],
exclude: ['tests/smoke/**'],
},
});