diff --git a/mcp-ts/src/tools.ts b/mcp-ts/src/tools.ts index dce0be8..072fa7b 100644 --- a/mcp-ts/src/tools.ts +++ b/mcp-ts/src/tools.ts @@ -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); diff --git a/mcpb/standalone-mcp-README.md b/mcpb/standalone-mcp-README.md index 211e597..3811ea4 100644 --- a/mcpb/standalone-mcp-README.md +++ b/mcpb/standalone-mcp-README.md @@ -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).