mirror of
https://github.com/evdboom/Bindery.git
synced 2026-07-22 06:49:36 +00:00
review updates
Fix link remove skill zip mention
This commit is contained in:
parent
fba4827d2c
commit
aa821ac39f
2 changed files with 3 additions and 3 deletions
|
|
@ -2638,8 +2638,8 @@ export function toolSetupAiFiles(root: string, args: SetupAiFilesArgs): string {
|
|||
},
|
||||
ai_versions: result.versionStamp,
|
||||
message: skillFilesToReupload.length > 0
|
||||
? 'AI instruction files were generated. If you use Claude Desktop skills, re-upload these SKILL.md files in Claude Desktop (zipping not required): ' + skillFilesToReupload.join(', ')
|
||||
: 'AI instruction files were generated. Skill zip files are no longer produced by setup_ai_files.',
|
||||
? 'AI instruction files were generated. If you use Claude Desktop skills, re-upload these SKILL.md files in Claude Desktop: ' + skillFilesToReupload.join(', ')
|
||||
: 'AI instruction files were generated. If you use Claude Desktop skills, upload the generated SKILL.md files in Claude Desktop',
|
||||
};
|
||||
|
||||
return JSON.stringify(response, null, 2);
|
||||
|
|
|
|||
|
|
@ -34,5 +34,5 @@ This package contains:
|
|||
|
||||
- Keep the unzipped folder in place after configuring the MCP server.
|
||||
- If Node is not on PATH, use the absolute path to the Node executable as Command.
|
||||
- If Node is not installed at all you can get it from *https://nodejs.org/*
|
||||
- If Node is not installed at all you can get it from https://nodejs.org/
|
||||
- This package is suitable for any MCP client that supports executable command + arguments + environment variables (for example ChatGPT Work or LM Studio).
|
||||
|
|
|
|||
Loading…
Reference in a new issue