├── README.md ├── codeqlclient.py ├── requirements.txt └── server.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JordyZomer/codeql-mcp/HEAD/README.md -------------------------------------------------------------------------------- /codeqlclient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JordyZomer/codeql-mcp/HEAD/codeqlclient.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | fastmcp 2 | httpx 3 | -------------------------------------------------------------------------------- /server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JordyZomer/codeql-mcp/HEAD/server.py --------------------------------------------------------------------------------