Skip to main content
Glama

joplin-mcp-server

MIT License
10
1
  • Apple
  • Linux
vitest.config.ts675 B
import { defineConfig } from "vitest/config" export default defineConfig({ test: { // Test files pattern include: ["tests/**/*.{test,spec}.{ts,tsx}"], exclude: ["node_modules", "dist", ".idea", ".git", ".cache", "tests/manual/**/*"], // Test environment environment: "node", // Globals globals: true, // Test timeout testTimeout: 10000, // Coverage settings coverage: { provider: "v8", reporter: ["text", "json", "html"], exclude: ["node_modules/", "bin/", "logs/", "**/*.config.{js,ts}", "**/*.test.{js,ts}", "**/*.spec.{js,ts}"], }, // Setup files setupFiles: ["./vitest.setup.ts"], }, })

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/jordanburke/joplin-mcp-server'

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