You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, experts in the MCP field.
I encountered a problem. I implemented a client myself and called the server in the demo file system in the client.
But I encountered some problems. My client successfully connected to the server and returned the following message, but the code for awaiting self. session. initializes ()cannot be executed successfully and there are no other error messages.
To be precise, the code related to self.session cannot be executed, which did not occur when I executed the Python implemented server SQLite demo.
May I ask what might be the problem?
Here is my code:
Hello, experts in the MCP field.
I encountered a problem. I implemented a client myself and called the server in the demo file system in the client.
But I encountered some problems. My client successfully connected to the server and returned the following message, but the code for
awaiting self. session. initializes ()
cannot be executed successfully and there are no other error messages.To be precise, the code related to
self.session
cannot be executed, which did not occur when I executed the Python implemented server SQLite demo.May I ask what might be the problem?
Here is my code:
the return code is :
Secure MCP Filesystem Server running on stdio Allowed directories: [ 'D:\\git\\servers\\src\\filesystem' ]
In addition, I also tried calling it in readme, but it prompted that the path could not be found
The text was updated successfully, but these errors were encountered: