Skip to content

Commit 814bae3

Browse files
committed
Update generate_code prompt and bump version
1 parent 94ca8be commit 814bae3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ default-members = ["cli"]
1212

1313

1414
[workspace.package]
15-
version = "0.1.81"
15+
version = "0.1.82"
1616
edition = "2024"
1717

1818

libs/mcp/server/src/tools.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ impl Tools {
183183
&self,
184184
#[tool(param)]
185185
#[schemars(
186-
description = "Prompt to use to generate code, this should be as detailed as possible"
186+
description = "Prompt to use to generate code, this should be as detailed as possible. Make sure to specify output file paths if you want to save the files to the filesystem."
187187
)]
188188
prompt: String,
189189
#[tool(param)]

0 commit comments

Comments
 (0)