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-forecast
or 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"
]
}
}
}
请先登录再写评论。