Skip to content

Commit e7ad898

Browse files
committed
fix Jasketch issue
1 parent 6de702e commit e7ad898

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install Jaseci packages
4444
run: |
4545
pip install --upgrade pip
46-
pip install jaclang jac-client jac-scale jac-mcp
46+
pip install jaclang jac-client jac-scale jac-mcp jasketch-mcp-server
4747
4848
- name: Deploy jac-mcp-playground with jac-scale
4949
run: |

jac.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ lib_imports = ["import tailwindcss from '@tailwindcss/vite'"]
1616
[dependencies]
1717
jac-mcp = ">=0.1.3"
1818
jaclang = ">=0.12.0"
19+
jasketch-mcp-server = ">=1.0.4"
1920

2021
[dependencies.npm]
2122
jac-client-node = "1.0.7"

0 commit comments

Comments
 (0)