Skip to main content
Glama

task-orchestrator-mcp

by 108yen
lefthook.yml644 B
pre-commit: piped: true commands: prettier: priority: 1 glob: "*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,yml,yaml,md,mdx,json,html,css}" exclude: pnpm-lock.yaml run: | pnpm prettier "{staged_files}" --write stage_fixed: true lint: priority: 2 glob: "*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}" run: | pnpm eslint "{staged_files}" --no-warn-ignored --max-warnings=0 --fix --cache stage_fixed: true commit-msg: commands: commitlint: run: pnpm commitlint --edit {1} post-merge: commands: pnpm: glob: "{package.json,pnpm-lock.yaml}" run: pnpm install

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/108yen/task-orchestrator-mcp'

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