← back to Filemaker Mcp

package.json

21 lines

{
  "name": "filemaker-mcp",
  "version": "0.2.3",
  "private": true,
  "type": "module",
  "description": "MCP server + CLI for reading and (confirmed) updating Designer Wallcoverings' FileMaker Cloud files (Clients, Invoice, WALLPAPER) via the FileMaker Data API.",
  "bin": {
    "fm": "./bin/fm.js"
  },
  "scripts": {
    "start": "node src/index.js",
    "test:auth": "node bin/fm.js ping",
    "layouts": "node bin/fm.js layouts"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "amazon-cognito-identity-js": "^6.3.12",
    "zod": "^3.23.8"
  }
}