UNPKG

npm-run-mcp-server

Version:

An MCP server that exposes package.json scripts as tools for agents.

3 lines (2 loc) 135 B
export type Primitive = string | number | symbol | bigint | boolean | null | undefined; export type Scalars = Primitive | Primitive[];