UNPKG

mcp-server-semgrep

Version:

MCP Server for Semgrep Integration - static code analysis with AI

5 lines (4 loc) 131 B
// ruleid: jwt-none-alg const jose = require("jose"); const { JWK, JWT } = jose; const token = JWT.verify('token-here', JWK.None);