Skip to content

Instantly share code, notes, and snippets.

View Laci21's full-sized avatar

Laszlo Bence Nagy Laci21

View GitHub Profile
#!/usr/bin/env node
/**
* This script fixes the MCP SDK issue with pkce-challenge ES Module
* It replaces the static require with a dynamic import in the auth.js file
*/
const fs = require('fs');
const path = require('path');