mirror of
https://gh.wpcy.net/https://github.com/verygoodplugins/mcp-freescout.git
synced 2026-07-16 02:45:19 +08:00
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.
24 lines
193 B
Text
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
|
|
|