MCP Server - cannot use tools
I configured local MCP Server - weather forecast. AI Assistant shows that the server is UP and it has its tools list. But, when I execute AI Chat with gpt-4.1 it doesn't see this server.
what is weather now in LA?
I currently don't have real-time access to weather data. For the most accurate and up-to-date weather conditions in Los Angeles (LA), I recommend checking a trusted weather website or app such as:
do you see mcp servers connected to you?
I do not have visibility into any MCP (Model Context Protocol) servers or any connected backend infrastructure. My responses are based solely on the information you provide, my training data, and the local context of your project. If you are asking about integrating or interacting with MCP servers in your code, I can certainly help with examples and guidance—just let me know your requirements!
/get-forecast what is weather now in LA
I'm unable to execute real-time commands such as
/get-forecastor fetch live weather data directly. My current capabilities do not include running runtime commands, interacting with external APIs in real time, or accessing live weather data streams.
WebStorm: 2025.1.1
AI Assistant: 251.23774.42.28.7.1
MCP Server:
{
"mcpServers": {
"weather-local": {
"command": "node",
"args": [
"C:\\Users\\XXX\\WebstormProjects\\mcpserver\\src\\local.js"
]
}
}
}
请先登录再写评论。
Hi Mbabayev , could you please help to provide the reference link of the MCP server so we can have a test on our side?
Hello,
Thank you for your response. This is the MCP server source.
https://github.com/modelcontextprotocol/quickstart-resources/tree/main/weather-server-typescript
Hi Mbabayev , please check the status shown in Settings | Tools | AI Assistant | Model Context Protocol (MCP) to see if there is any error when executing the command of starting MCP server.
For example, I have to give the full path of the node command then the status is green, otherwise it will give red.
Yes, the MCP Server is shown as running, but I cannot query it.
It returns an answer only when the “quickstart-resources” project is currently open and when the Codebase is ON.
In this case the AI Assistant runs the code from the project's typescript or python files.
When I open another project in WebStorm, the AI Chat cannot answer about weather or uses its own remote resources.
/get-forecast {"latitude": 11, "longitude": 111}
what MCP servers do you have?
On the other hand, the VS Code Cline extension responds correct:
what is weather now in LA?
/get-forecast {"latitude": 11, "longitude": 111}
what MCP servers do you have?
Hi Mbabayev , I see. Could you please update your IDE to 2025.2 and upgrade AI Assistant to the latest version and see if the issue persists with GPT-4.1 or not.
It is working now.
what is weather now in LA? Ask MCP Server and return raw data
/get-forecast {"latitude": 11, "longitude": 111}