sequant 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -25,7 +25,7 @@ const CLIENTS_NEEDING_CWD = new Set([
|
|
|
25
25
|
export function getSequantMcpConfig(options) {
|
|
26
26
|
const config = {
|
|
27
27
|
command: "npx",
|
|
28
|
-
args: ["sequant@latest", "serve"],
|
|
28
|
+
args: ["-y", "sequant@latest", "serve"],
|
|
29
29
|
};
|
|
30
30
|
// Add cwd for clients that don't run from the project directory
|
|
31
31
|
if (options?.clientType && CLIENTS_NEEDING_CWD.has(options.clientType)) {
|