Skip to main content
Glama

MCP ts-morph Refactoring Tools

by SiroSuzume
vitest.config.ts749 B
import { defineConfig } from "vitest/config"; // https://vitejs.dev/config/ export default defineConfig({ test: { env: { API_ADDRESS: "http://localhost:8080", }, restoreMocks: true, mockReset: true, clearMocks: true, coverage: { provider: "v8", reporter: ["text", "json", "html", "lcov"], exclude: [ "node_modules/**", "dist/**", "packages/sandbox/**", "**/*.test.ts", "**/*.spec.ts", "**/index.ts", "vitest.config.ts", "src/mcp/index.ts", "src/mcp/stdio.ts", "src/utils/logger.ts", "src/utils/logger-helpers.ts", "src/errors/**", ], thresholds: { lines: 70, functions: 70, branches: 65, statements: 70, }, clean: true, all: true, }, }, });

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/SiroSuzume/mcp-ts-morph'

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