mcp-freescout/.prettierignore
Jack Arturo dc0b649f63 Release v2.0: API redesign, type safety, and testing
Major update with breaking changes: FreeScout search API now uses explicit filter parameters instead of query-string syntax, and Git/GitHub tools have been removed. Migrated to MCP SDK 1.25+ with modern McpServer and registerTool() patterns, added Zod schema validation, structured outputs, exponential backoff retry logic, and improved reliability. Includes new test suite, Jest config, and documentation updates for v2.0 features and migration guidance.
2026-01-04 18:35:48 +01:00

24 lines
193 B
Text

# Build outputs
dist/
build/
*.js.map
*.d.ts.map
# Dependencies
node_modules/
# Lock files
package-lock.json
yarn.lock
# Git
.git/
# IDE
.vscode/
.idea/
# Temporary files
*.log
.DS_Store