You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: cross-platform support for Windows compatibility
- Use pathToFileURL() instead of file:// string concatenation in:
- server/src/ql-mcp-server.ts (entrypoint check)
- server/src/tools/codeql/language-server-eval.ts (workspace URI)
- client/src/ql-mcp-client.js (entrypoint check)
- Fix path.includes() to normalize separators in cli-tool-registry.ts
- Replace .split('/').pop() with path.basename() for cross-platform path handling
- Update client-integration-tests.yml to run on matrix of ubuntu-latest and windows-latest
- Add platform-specific CI steps for process cleanup and OS dependencies
- Update setup-codeql-environment action with Windows cache paths
Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
0 commit comments