UNPKG

@alliottech/sharepoint-mcp-server

Version:

A Model Context Protocol server for browsing and interacting with Microsoft SharePoint sites and documents

49 lines (48 loc) 1.27 kB
{ "name": "@alliottech/sharepoint-mcp-server", "version": "0.1.2", "description": "A Model Context Protocol server for browsing and interacting with Microsoft SharePoint sites and documents", "private": false, "type": "module", "license": "MPL-2.0", "author": "SharePoint MCP Server Contributors", "repository": { "type": "git", "url": "git+https://github.com/sekops/sharepoint-mcp-server.git" }, "bugs": { "url": "https://github.com/sekops/sharepoint-mcp-server/issues" }, "homepage": "https://github.com/sekops/sharepoint-mcp-server#readme", "keywords": [ "mcp", "model-context-protocol", "sharepoint", "microsoft-graph", "claude", "ai", "assistant" ], "bin": { "sharepoint-mcp": "build/index.js" }, "files": [ "build", "README.md", "LICENSE" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "test": "node test/basic-test.js" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }