I created an APP SDK which was working fine few weeks back but today when I tested it was not working. Chatgpt is connecting to my MCP server perfectly as my terminal logs show. My mcp server is also working fine on playground and on MCP inspector.
But when I choose my tool from connectors and then give a prompt related to the availble tools, it says looking for available tools but then doesn’t call the tool.
And when I explicitly mention the tool name to be used, it says no such tool found in the environment.
I also tried with openAi’s pizza server also, it was not calling that also
Anyone else facing this issue ? Chatgpt not calling local APP SSK
Yes, I noticed the same thing. I had a connector to an MCP server that I created and hosted. It worked yesterday (Dec. 15) and ChatGPT was able to find the tool and use the MCP server. But today (Dec. 16) it stopped working! Like you, however, I can see that the connection to the MCP server is working and everything.
I think it must be something on the ChatGPT side. Maybe related to the new vision model they just deployed?
Hey Gagandeep_Singh, I got my app working again. It took a while to figure it out, but all I had to do was change the names of the tools. They have to be short and direct.
I dont know how and why, But if I am prompting in a chat which is inside a Project in this case my chatgpt was not calling my local tool. But on a chat window which is not inside an Project, in this case it was calling my tool properly.
I have similar issues. Over the last weekend, my connector stopped working.
In the settings, all is fine, the connector is listed with all its tools. The server is running fine, which I verified.
But ChatGPT has no knowledge of this connector or its tool, even if explicitely picked from the “… More” field and if asked to list all its connectors.
A colleague added the same connector in his account and it works for him though(?). Not sure how that is possible.