OneNote MCP Server

{ "name": "mcp-server-onenote", "version": "0.1.0", "description": "OneNote MCP Server Implementation", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build", "test": "jest --coverage", "lint": "eslint . --ext .ts", "format": "prettier --write \"src/**/*.ts\"" }, "dependencies": { "@modelcontextprotocol/typescript-sdk": "^0.1.0", "@microsoft/microsoft-graph-client": "^3.0.0", "@azure/identity": "^2.0.0" }, "devDependencies": { "@types/jest": "^29.5.0", "@types/node": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^8.0.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.0" }, "keywords": [ "mcp", "onenote", "modelcontextprotocol" ], "author": "Zubeid Hendricks", "license": "MIT" }