package.json•1.11 kB
{
"name": "statelessor-mcp",
"version": "1.0.0",
"description": "MCP server for Statelessor API - Analyze .NET/Java projects for stateful patterns via Amazon Q",
"main": "mcp-server.js",
"bin": {
"statelessor-mcp": "./mcp-server.js"
},
"scripts": {
"start": "node mcp-server.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/aloksinghGIT/statelessor-mcp.git"
},
"keywords": [
"mcp",
"model-context-protocol",
"statelessor",
"amazon-q",
"code-analysis",
"stateful-patterns",
"dotnet",
"java",
"session-state"
],
"author": "Alok Singh <mail.aloksingh@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aloksinghGIT/statelessor-mcp/issues"
},
"homepage": "https://github.com/aloksinghGIT/statelessor-mcp#readme",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"axios": "^1.6.0",
"archiver": "^6.0.0",
"form-data": "^4.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"jest": "^29.0.0"
}
}