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
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
servers/genesys-cloud-architect-mcp.js linguist-generated=true
bin/deploy-runner.js linguist-generated=true
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches: [main]

permissions:
contents: read

jobs:
lint-and-build:
runs-on: ubuntu-latest
Expand All @@ -18,4 +21,9 @@ jobs:
- run: pnpm run lint
- run: pnpm run build
- name: Smoke test MCP server
env:
PREVENT_LOGIN: "TRUE"
CLAUDE_PLUGIN_OPTION_genesys_region: "DUMMY_VALUE"
CLAUDE_PLUGIN_OPTION_genesys_client_id: "DUMMY_VALUE"
CLAUDE_PLUGIN_OPTION_genesys_client_secret: "DUMMY_VALUE"
run: pnpm dlx @modelcontextprotocol/inspector --cli node servers/genesys-cloud-architect-mcp.js --method tools/list | grep -q '"tools"'
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pnpm biome check --write --staged --no-errors-on-unmatched
pnpm build
git add servers/genesys-cloud-architect-mcp.js
git add bin/deploy-runner.js
Loading
Loading