Skip to main content
Glama

MCP Gemini Server

by bsmi021
vitest.config.ts740 B
import { defineConfig } from "vitest/config"; import path from "path"; export default defineConfig({ test: { globals: true, environment: "node", setupFiles: ["./vitest.setup.ts"], include: [ "**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}", "**/*.test.vitest.ts", "**/*.spec.vitest.ts", ], coverage: { provider: "v8", reporter: ["text", "html", "lcov"], exclude: ["node_modules/", "dist/", "tests/"], }, alias: { "@app": path.resolve(__dirname, "./src"), "@tests": path.resolve(__dirname, "./tests"), }, }, resolve: { alias: { "@app": path.resolve(__dirname, "./src"), "@tests": path.resolve(__dirname, "./tests"), }, }, });

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/bsmi021/mcp-gemini-server'

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