{
  "name": "@gongrzhe/server-fireflies-mcp",
  "version": "0.0.2",
  "description": "MCP server for using the Fireflies.ai API with session-aware multi-user support",
  "license": "MIT",
  "author": "Props Labs",
  "homepage": "https://props.app",
  "bugs": "https://github.com/props-labs/mcp-servers/issues",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "fireflies-mcp": "./dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "fireflies",
    "ai",
    "mcp",
    "server",
    "cursor",
    "claude",
    "model-context-protocol",
    "meeting-transcription",
    "multi-user",
    "session-aware"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "build": "tsc && shx chmod +x dist/*.js",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build",
    "watch": "tsc --watch",
    "start": "node dist/index.js",
    "start:http": "node dist/index.js --http",
    "start:sse": "node dist/index.js --sse"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.17.3",
    "axios": "^1.6.2",
    "express": "^4.18.2",
    "zod": "^3.22.4",
    "zod-to-json-schema": "^3.23.5"
  },
  "devDependencies": {
    "@types/express": "^4.17.17",
    "@types/node": "^20.10.0",
    "shx": "^0.3.4",
    "typescript": "^5.6.2"
  }
}
