Cursor MCP Installer

by matthewdcage
Verified
# Source files src/ # Development files .git/ .github/ .vscode/ .idea/ .DS_Store *.log *.swp *.swo # Config files not needed in the package .prettierrc .eslintrc tsconfig.json eslint.config.mjs # Assets used for documentation assets/ public-git-plan.md # Tests tests/ __tests__/ *.test.ts *.spec.ts # Documentation files (redundant in package) CONTRIBUTING.md