review updates

Fix link
remove skill zip mention
This commit is contained in:
Erik van der Boom 2026-07-14 22:51:20 +02:00
parent fba4827d2c
commit aa821ac39f
2 changed files with 3 additions and 3 deletions

View file

@ -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);

View file

@ -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).