This commit is contained in:
2025-05-22 21:30:47 +09:00
parent 9cbf5da3fd
commit c27c1e4557
9 changed files with 169 additions and 56 deletions

View File

@@ -32,6 +32,7 @@ pub fn mcp_setup() {
"cli.py",
"setup.py",
"scripts/ask.py",
"scripts/summarize.py",
"scripts/context_loader.py",
"scripts/prompt_template.py",
];
@@ -76,6 +77,7 @@ pub fn mcp_setup() {
let output = OtherCommand::new(&pip_path)
.arg("install")
.arg("openai")
.arg("requests")
.current_dir(&dest_dir)
.output()
.expect("pip install に失敗しました");