package.json
{
"name": "govauctions-mcp",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "MCP server exposing live US government auction listings via the free official GSA Auctions API.",
"bin": { "govauctions-mcp": "./govauctions-mcp.mjs" },
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"zod": "^3.24.1"
}
}