We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de702e commit e7ad898Copy full SHA for e7ad898
2 files changed
.github/workflows/deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Install Jaseci packages
44
run: |
45
pip install --upgrade pip
46
- pip install jaclang jac-client jac-scale jac-mcp
+ pip install jaclang jac-client jac-scale jac-mcp jasketch-mcp-server
47
48
- name: Deploy jac-mcp-playground with jac-scale
49
jac.toml
@@ -16,6 +16,7 @@ lib_imports = ["import tailwindcss from '@tailwindcss/vite'"]
16
[dependencies]
17
jac-mcp = ">=0.1.3"
18
jaclang = ">=0.12.0"
19
+jasketch-mcp-server = ">=1.0.4"
20
21
[dependencies.npm]
22
jac-client-node = "1.0.7"
0 commit comments