Skip to main content
Glama
package.json1.38 kB
{ "name": "@ver0/mcp-question", "version": "1.0.0", "description": "MCP tools allowing agents to ask user questions and get answers in situations of unclear context or decision making.", "keywords": [ "mcp", "talkback", "question", "interaction" ], "repository": { "type": "git", "url": "https://github.com/ver0-project/mcps" }, "bugs": { "url": "https://github.com/ver0-project/mcps/issues" }, "publishConfig": { "access": "public" }, "license": "MIT", "author": "Anton Zinovyev <xog3@yandex.ru>", "engines": { "node": ">=22" }, "type": "module", "files": [ "dist" ], "main": "dist/index.js", "bin": "dist/index.js", "scripts": { "build": "yarn build:clean && yarn tsc -p tsconfig.build.json", "build:clean": "rimraf dist", "lint": "eslint", "lint:fix": "eslint --fix", "test": "vitest --run", "test:coverage": "vitest --run --coverage" }, "dependencies": { "@inquirer/prompts": "^7.6.0", "@modelcontextprotocol/sdk": "^1.15.0", "boxen": "^8.0.1", "chalk": "^5.4.1", "cross-spawn": "^7.0.6", "zod": "^3.23.8" }, "devDependencies": { "@types/cross-spawn": "^6.0.6", "@types/node": "^24.0.10", "@ver0/eslint-config": "^1.3.4", "@ver0/eslint-formatter-gha": "^1.0.1", "@vitest/coverage-v8": "^3.2.4", "eslint": "^9.30.1", "rimraf": "^6.0.1", "typescript": "^5.8.3", "vitest": "^3.2.4" } }

Latest Blog Posts

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/ver0-project/mcps'

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