Coding Assistant Server

{ "name": "coding-assistant-server", "version": "0.1.0", "description": "An MCP server providing coding assistance", "main": "build/index.js", "type": "module", "scripts": { "build": "tsc -p tsconfig.json && chmod +x build/index.js", "watch": "tsc --watch" }, "dependencies": { "@langchain/openai": "*", "@types/axios": "^0.9.36", "axios": "^1.7.9", "body-parser": "^1.20.2", "cheminfo-types": "^1.0.0", "dotenv": "^16.4.7", "express": "^4.18.2", "express-rate-limit": "^6.7.0", "http": "0.0.1-security", "langchain": "*", "ws": "^8.13.0" }, "devDependencies": { "@types/body-parser": "^1.19.2", "@types/express": "^4.17.17", "@types/glob": "^8.1.0", "@types/ws": "^8.5.4", "typescript": "^5.7.2" } }