Skip to content

Commit a46d1d9

Browse files
committed
create_blast_campaign tool with scheduleSend=false
1 parent 2f0226c commit a46d1d9

44 files changed

Lines changed: 117 additions & 24 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

TOOLS.md

Lines changed: 1 addition & 1 deletion

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
},
7777
"dependencies": {
7878
"@alcyone-labs/zod-to-json-schema": "4.0.10",
79-
"@iterable/api": "0.8.0",
79+
"@iterable/api": "0.8.1",
8080
"@modelcontextprotocol/sdk": "1.18.1",
8181
"@primno/dpapi": "2.0.1",
8282
"@types/json-schema": "7.0.15",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

project/build.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sbt.version=1.8.2

project/metals.sbt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// format: off
2+
// DO NOT EDIT! This file is auto-generated.
3+
4+
// This plugin enables semantic information to be produced by sbt.
5+
// It also adds support for debugging using the Debug Adapter Protocol
6+
7+
addSbtPlugin("org.scalameta" % "sbt-metals" % "1.6.6")
8+
9+
// This plugin adds the BSP debug capability to sbt server.
10+
11+
addSbtPlugin("ch.epfl.scala" % "sbt-debug-adapter" % "4.2.8")
12+
13+
// format: on

project/project/metals.sbt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// format: off
2+
// DO NOT EDIT! This file is auto-generated.
3+
4+
// This plugin enables semantic information to be produced by sbt.
5+
// It also adds support for debugging using the Debug Adapter Protocol
6+
7+
addSbtPlugin("org.scalameta" % "sbt-metals" % "1.6.6")
8+
9+
// This plugin makes sure that the JDI tools are in the sbt classpath.
10+
// JDI tools are used by the debug adapter server.
11+
12+
addSbtPlugin("com.github.sbt" % "sbt-jdi-tools" % "1.2.0")
13+
14+
// format: on
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sbt.internal.DslEntry
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)