UNPKG

fred-mcp-server

Version:

Federal Reserve Economic Data (FRED) MCP Server for fetching economic timeseries data with comprehensive test coverage

65 lines (64 loc) 2.31 kB
{ "name": "fred-mcp-server", "version": "0.4.1", "description": "Federal Reserve Economic Data (FRED) MCP Server for fetching economic timeseries data with comprehensive test coverage", "main": "build/index.js", "keywords": [ "fred", "federal-reserve", "economic-data", "timeseries", "financial-data", "model-context-protocol", "mcp" ], "type": "module", "bin": { "fred": "./build/index.js" }, "scripts": { "build": "tsc && chmod 755 build/index.js", "start": "node build/index.js", "release": "release-it", "test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest", "test:watch": "node --experimental-vm-modules --no-warnings ./node_modules/jest/bin/jest.js --watch", "test:coverage": "node --experimental-vm-modules --no-warnings ./node_modules/jest/bin/jest.js --coverage", "test:detect": "node --experimental-vm-modules --no-warnings ./node_modules/jest/bin/jest.js --detectOpenHandles", "test:registry": "node --experimental-vm-modules --no-warnings ./node_modules/jest/bin/jest.js test/unit/fred/registry.test.ts", "test:client": "node --experimental-vm-modules --no-warnings ./node_modules/jest/bin/jest.js test/unit/fred/client.test.ts" }, "files": [ "build" ], "author": { "name": "Stefano Amorelli", "email": "stefano@amorelli.tech", "url": "https://amorelli.tech" }, "homepage": "https://github.com/stefanoamorelli/fred-mcp-server#README.md", "repository": { "type": "git", "url": "git+https://github.com/stefanoamorelli/fred-mcp-server" }, "bugs": { "url": "https://github.com/stefanoamorelli/fred-mcp-server/issues", "email": "stefano@amorelli.tech" }, "license": "Apache-2.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.11.2", "zod": "^3.24.4" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.14", "@types/node": "^22.15.17", "jest": "^29.7.0", "jest-environment-node": "^29.7.0", "jest-fetch-mock": "^3.0.3", "release-it": "^19.0.0", "ts-jest": "^29.3.4", "typescript": "^5.8.3" }, "packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39" }