Skip to main content
Glama

Midnight MCP Server

by evilpixi
turbo.json2.12 kB
{ "$schema": "https://turbo.build/schema.json", "globalDependencies": [ ".prettierrc.json" ], "pipeline": { "typecheck": { "dependsOn": ["^build", "compact"], "inputs": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.mts", "tsconfig.json"], "outputMode": "new-only", "outputs": [] }, "compact": { "dependsOn": ["^build"], "env": ["COMPACT_HOME"], "inputs": ["src/**/*.compact"], "outputMode": "new-only", "outputs": ["src/managed/**", "src/gen/**", "gen/**"] }, "build": { "dependsOn": ["^build", "compact", "typecheck"], "outputMode": "new-only", "inputs": ["src/**/*.ts", "src/**/*.mts", "src/**/*.tsx", "!src/**/*.test.ts", "!tests/**/*.ts", "tsconfig.json", "tsconfig.build.json", ".env"], "outputs": ["dist/**"] }, "build-storybook": { "dependsOn": ["^build", "typecheck"], "outputMode": "new-only", "inputs": ["src/**/*.ts", "src/**/*.mts", "src/**/*.tsx", "!src/**/*.test.ts", "!tests/**/*.ts", "tsconfig.json", "tsconfig.build.json", ".env", "vite.config.ts", ".storybook/**"], "outputs": ["storybook-static/**"] }, "lint": { "outputMode": "new-only", "dependsOn": ["compact", "^build", "typecheck"], "inputs": ["src/**/*.ts", "src/**/*.mts", "src/**/*.tsx", ".eslintrc.cjs"] }, "test": { "outputMode": "new-only", "dependsOn": ["^build", "compact", "typecheck"], "inputs": ["src/**/*.ts", "src/**/*.mts", "src/**/*.tsx", "jest.config.ts", "tsconfig.json", "tsconfig.test.json", "test-compose.yml"], "outputs": ["reports/**"] }, "check": { "outputMode": "new-only", "dependsOn": ["build", "lint", "test", "build-storybook"] }, "test-e2e": { "outputMode": "new-only", "dependsOn": ["build", "compact"] }, "start": { "cache": false, "persistent": true, "dependsOn": ["build"] }, "dev": { "cache": false, "persistent": true }, "storybook": { "cache": false, "persistent": true, "dependsOn": ["build"] } } }

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/evilpixi/pixi-midnight-mcp'

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