Skip to main content
Glama

OneNote MCP Server

by hwillGIT
update-package.js605 B
/** * Script to update package.json with playwright dependency */ import fs from 'fs'; // Read the current package.json const packageJson = JSON.parse(fs.readFileSync('./package.json', 'utf8')); // Add playwright dependency if it doesn't exist if (!packageJson.dependencies.playwright) { packageJson.dependencies.playwright = "^1.39.0"; // Write the updated package.json fs.writeFileSync('./package.json', JSON.stringify(packageJson, null, 2)); console.log('Added playwright dependency to package.json'); } else { console.log('playwright dependency already exists in package.json'); }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hwillGIT/onenote-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server