Skip to main content
Glama
package.json1.03 kB
{ "name": "testdino-mcp", "version": "1.0.2", "mcpName": "io.github.testdino-inc/testdino-mcp", "type": "module", "main": "dist/index.js", "bin": { "testdino-mcp": "dist/index.js" }, "repository": { "type" : "git" , "url" : "https://github.com/testdino-inc/testdino-mcp" }, "description": "A MCP server for TestDino.", "homepage": "https://docs.testdino.com/testdino-mcp/overview/", "scripts": { "build": "tsc", "start": "tsx dist/index.js", "dev": "tsx src/index.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "cursor", "ai" ], "author": "TestDino", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0" }, "devDependencies": { "@types/node": "^20.11.0", "tsx": "^4.7.0", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" }, "files": [ "dist", "README.md" ] }

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/testdino-inc/testdino-mcp'

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