Skip to content

Commit 967835b

Browse files
committed
fix: fix description for sourceDirectory parameter to clarify usage for file and directory paths
1 parent cf40a71 commit 967835b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const registerProjectTools = (server: McpServer) => {
9292
.string()
9393
.optional()
9494
.describe(
95-
"Local source path to deploy. Excludes --metadata and --manifest."
95+
"Local source path to deploy - can be a directory OR a specific file path (e.g., 'force-app/main' or 'force-app/main/default/classes/MyClass.cls'). For single file deployment, provide the exact file path. If you specify this flag, don't specify --metadata or --manifest."
9696
),
9797
tests: z
9898
.string()

0 commit comments

Comments
 (0)