@mkterswingman/5mghost-yonder 0.0.10 → 0.0.11

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.
@@ -596,13 +596,13 @@ export function registerSubtitleTools(server, config, tokenManager) {
596
596
  let section = "none";
597
597
  for (const line of output.split("\n")) {
598
598
  const trimmed = line.trim();
599
- if (trimmed.includes("Available subtitles") ||
600
- trimmed.includes("manual subtitles")) {
599
+ if (trimmed.startsWith("[info] Available subtitles") ||
600
+ trimmed.startsWith("Available subtitles")) {
601
601
  section = "manual";
602
602
  continue;
603
603
  }
604
- if (trimmed.includes("Available automatic captions") ||
605
- trimmed.includes("automatic captions")) {
604
+ if (trimmed.startsWith("[info] Available automatic captions") ||
605
+ trimmed.startsWith("Available automatic captions")) {
606
606
  section = "auto";
607
607
  continue;
608
608
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mkterswingman/5mghost-yonder",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Internal MCP client with local data tools and remote API proxy",
5
5
  "type": "module",
6
6
  "bin": {