Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pnpm biome check --write --staged --no-errors-on-unmatched
pnpm build
git add servers/genesys-cloud-architect-mcp.js
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"lint": "biome check",
"lint:fix": "biome check --write",
"format": "biome format --write",
"run:inspector": "pnpm dlx @modelcontextprotocol/inspector node servers/genesys-cloud-architect-mcp.js"
"run:inspector": "pnpm dlx @modelcontextprotocol/inspector node servers/genesys-cloud-architect-mcp.js",
"prepare": "husky"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.0"
Expand All @@ -17,6 +18,7 @@
"@biomejs/biome": "2.4.15",
"@types/node": "^25.8.0",
"esbuild": "^0.25.0",
"husky": "^9.1.7",
"typescript": "^5.8.0"
}
}
10 changes: 10 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading