The MCP Interviewer tool has been installed globally using:
uv tool install --from "git+https://github.com/microsoft/mcp-interviewer.git" mcp-interviewer
Current Issue
There's a compatibility issue with the current OpenAI library version. The tool is trying to import ChatCompletionTool from openai.types.chat, but this type doesn't exist in the current OpenAI library (v1.107.2).
Error
ImportError: cannot import name 'ChatCompletionTool' from 'openai.types.chat'
The MCP Interviewer tool has been installed globally using:
uv tool install --from "git+https://github.com/microsoft/mcp-interviewer.git" mcp-interviewerCurrent Issue
There's a compatibility issue with the current OpenAI library version. The tool is trying to import
ChatCompletionToolfromopenai.types.chat, but this type doesn't exist in the current OpenAI library (v1.107.2).Error