@gesslar/lpc-mcp 1.1.2 → 1.1.3

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.
@@ -234,7 +234,7 @@ jobs:
234
234
  languages: ${{ matrix.language }}
235
235
  build-mode: ${{ matrix.build-mode }}
236
236
  # Uncomment to enable stricter security queries:
237
- # queries: security-extended,security-and-quality
237
+ queries: security-extended,security-and-quality
238
238
 
239
239
  - name: Perform CodeQL Analysis
240
240
  uses: github/codeql-action/analyze@v4
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@gesslar/lpc-mcp",
3
3
  "description": "MCP server for LPC language server",
4
4
  "author": "gesslar",
5
- "version": "1.1.2",
5
+ "version": "1.1.3",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/gesslar/lpc-mcp.git"