Skip to main content
Glama

task-orchestrator-mcp

by 108yen
package.json2.82 kB
{ "name": "task-orchestrator-mcp", "version": "1.1.0", "description": "This is a template for a script project using TypeScript.", "main": "bin/index.js", "bin": { "task-orchestrator-mcp": "bin/index.js" }, "scripts": { "prepare": "lefthook install", "prepack": "pnpm build", "build": "tsdown", "start": "node .", "dev": "pnpm dlx @modelcontextprotocol/inspector node .", "lint": "eslint . --max-warnings=0 --cache", "lint:fix": "eslint . --max-warnings=0 --fix", "lint:inspect": "pnpm dlx @eslint/config-inspector", "typecheck": "tsc --noEmit", "format": "prettier --write .", "format:check": "prettier --check --cache .", "test": "vitest run", "test:ui": "vitest --ui --coverage.enabled=true", "test:coverage": "vitest run --coverage", "quality": "pnpm format && pnpm lint:fix && pnpm typecheck && pnpm test", "release:canary": "pnpm changeset version --snapshot && pnpm changeset publish --no-git-tag --tag canary", "release": "pnpm changeset publish" }, "keywords": [ "mcp", "task", "orchestrator", "task-manager" ], "author": "108yen", "license": "MIT", "packageManager": "pnpm@10.12.4", "files": [ "dist", "bin" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/108yen/task-orchestrator-mcp.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.16.0", "zod": "^3.25.76" }, "devDependencies": { "@changesets/changelog-github": "^0.5.1", "@changesets/cli": "^2.29.5", "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@cspell/eslint-plugin": "^9.1.3", "@eslint/compat": "^1.3.1", "@eslint/js": "^9.30.1", "@types/node": "^24.0.12", "@typescript-eslint/eslint-plugin": "^8.36.0", "@typescript-eslint/parser": "^8.36.0", "@typescript-eslint/utils": "^8.36.0", "@vitest/coverage-v8": "^3.2.4", "@vitest/eslint-plugin": "^1.3.4", "@vitest/ui": "^3.2.4", "eslint": "^9.30.1", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", "eslint-plugin-perfectionist": "^4.15.0", "eslint-plugin-prettier": "^5.5.1", "eslint-plugin-unused-imports": "^4.1.4", "eslint-typegen": "^2.2.1", "globals": "^16.3.0", "jiti": "^2.4.2", "lefthook": "^1.12.1", "prettier": "^3.6.2", "tsdown": "^0.12.9", "tsx": "^4.20.3", "typescript": "^5.8.3", "typescript-eslint": "^8.36.0", "vite": "^7.0.4", "vitest": "^3.2.4" }, "tsdown": { "clean": true, "dts": true, "entry": [ "src/index.ts" ], "format": [ "cjs", "esm" ], "sourcemap": true, "target": "esnext" }, "engines": { "node": ">=22.18.0" } }

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