UNPKG

@robertdouglass/mcp-tester

Version:

Advanced testing framework for Model Context Protocol (MCP) servers with enhanced error handling, performance testing, and comprehensive tool validation

68 lines (67 loc) 1.7 kB
{ "name": "@robertdouglass/mcp-tester", "version": "2.1.1", "description": "Advanced testing framework for Model Context Protocol (MCP) servers with enhanced error handling, performance testing, and comprehensive tool validation", "main": "index.js", "bin": { "mcp-tester": "./bin/mcp-tester" }, "files": [ "index.js", "bin/", "lib/", "examples/", "README.md", "CLAUDE.md", "MCP-TESTING-REPORT.md", "LICENSE" ], "scripts": { "test": "node lib/mcp-test-framework-advanced-v2.js stdio node ./examples/example-mcp-server.js --verbose", "test:toolbase": "node lib/run-mcp-tests.js", "test:all-transports": "node lib/test-all-transports.js", "lint": "echo 'No linting configured'", "prepublishOnly": "npm test" }, "keywords": [ "mcp", "model-context-protocol", "testing", "test-framework", "stdio", "sse", "streamable-http", "json-rpc", "anthropic", "claude", "ai", "automation", "server-testing" ], "author": { "name": "Robert Douglass", "email": "robert@robertdouglass.ch", "url": "https://github.com/robertDouglass" }, "license": "MIT", "type": "commonjs", "repository": { "type": "git", "url": "git+https://github.com/robertDouglass/mcp-tester.git" }, "bugs": { "url": "https://github.com/robertDouglass/mcp-tester/issues" }, "homepage": "https://github.com/robertDouglass/mcp-tester#readme", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.13.2", "express": "^5.1.0" }, "peerDependencies": { "@modelcontextprotocol/sdk": ">=1.0.0" }, "devDependencies": {} }