We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6b520 commit 58c25f7Copy full SHA for 58c25f7
ftl.toml
@@ -5,12 +5,12 @@ description = "FTL MCP server for hosting MCP tools"
5
authors = []
6
access_control = "public"
7
8
-[tools.think]
+[component.think]
9
path = "think"
10
wasm = "think/target/wasm32-wasip1/release/think.wasm"
11
allowed_outbound_hosts = []
12
13
-[tools.think.build]
+[component.think.build]
14
command = "make build"
15
watch = [
16
"src/**/*.rs",
0 commit comments