File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Dedicated job for testing AST search functionality.
4646### Authentication
4747
4848The workflow uses ` GITHUB_TOKEN ` to authenticate with GitHub Packages for:
49- - ` @LLMTooling/code-search-mcp- universal-ctags `
49+ - ` @LLMTooling/universal-ctags-node `
5050- Other private GitHub packages in the ` @LLMTooling ` scope
5151
5252This token is automatically provided by GitHub Actions.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { execFile } from 'child_process';
66import { promisify } from 'util' ;
77import { promises as fs } from 'fs' ;
88import path from 'path' ;
9- import { ctagsPath } from '@LLMTooling/code-search-mcp- universal-ctags' ;
9+ import { ctagsPath } from '@LLMTooling/universal-ctags-node ' ;
1010import type { CTagsTag , SupportedLanguage } from '../types/index.js' ;
1111
1212const execFileAsync = promisify ( execFile ) ;
Original file line number Diff line number Diff line change 11/**
2- * Type declarations for @LLMTooling/code-search-mcp- universal-ctags
2+ * Type declarations for @LLMTooling/universal-ctags-node
33 */
4- declare module '@LLMTooling/code-search-mcp- universal-ctags' {
4+ declare module '@LLMTooling/universal-ctags-node ' {
55 /**
66 * Path to the universal-ctags binary
77 */
You can’t perform that action at this time.
0 commit comments