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: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "genesys-cloud-architect",
"source": "./",
"description": "Create, test, and debug Genesys Cloud Architect flows",
"version": "1.0.7"
"version": "1.0.8"
}
]
}
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "genesys-cloud-architect",
"description": "Create, test, and debug Genesys Cloud Architect flows",
"version": "1.0.7",
"version": "1.0.8",
"author": {
"name": "Lucas Woodward",
"url": "https://makingchatbots.com/"
Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
servers/genesys-cloud-architect-mcp.js linguist-generated=true generated-code
bin/deploy-runner.js linguist-generated=true generated-code
scripts/deploy-runner.js linguist-generated=true generated-code
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: pnpm run build
- name: Verify committed bundles match source
run: |
git diff --stat --exit-code servers/ bin/ || {
git diff --stat --exit-code servers/ scripts/ || {
echo "::error::Committed bundles are out of sync with source. Run 'pnpm run build' and commit the result."
exit 1
}
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pnpm biome check --write --staged --no-errors-on-unmatched
pnpm typecheck
pnpm build
git add servers/genesys-cloud-architect-mcp.js
git add bin/deploy-runner.js
git add scripts/deploy-runner.js
2 changes: 1 addition & 1 deletion .mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"GENESYS_REGION": "${user_config.genesys_region}",
"GENESYS_CLIENT_ID": "${user_config.genesys_client_id}",
"GENESYS_CLIENT_SECRET": "${user_config.genesys_client_secret}",
"DEPLOY_SCRIPT_PATH": "${CLAUDE_PLUGIN_ROOT}/bin/deploy-runner.js"
"DEPLOY_SCRIPT_PATH": "${CLAUDE_PLUGIN_ROOT}/scripts/deploy-runner.js"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genesys-cloud-architect",
"version": "1.0.6",
"version": "1.0.8",
"private": true,
"packageManager": "pnpm@11.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d",
"author": {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion servers/genesys-cloud-architect-mcp.js

Large diffs are not rendered by default.

Loading