Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Few issues with app after downloading #37

Closed
Zettersten opened this issue Jan 9, 2025 · 7 comments
Closed

Few issues with app after downloading #37

Zettersten opened this issue Jan 9, 2025 · 7 comments

Comments

@Zettersten
Copy link

Platform:

  • Windows

Version:

  • 0.9.2

Error #1: Cannot use magic link

image

Error #2: Cannot sign up

image

Error #3: Cannot enable web tool

image

@nanbingxyz
Copy link
Owner

@Zettersten hi, sign up and magic link issues are fixed.

I can't reproduce the last problem. you need to be confirmed whether the uvx command can be executed normally under Windows. The built - in MCP Server is started through npx or uvx, and it is required to ensure that these two commands can be executed normally. Unlike Mac, it seems that Windows needs to configure the Path environment variable after installing uvx.

@MubarakHAlketbi
Copy link

running as administrator fixed Error 3 for me.

@nanbingxyz
Copy link
Owner

@Sato942 cool

@lnvestor
Copy link

@nanbingxyz i have same issue here is my mcp.json config

{
"servers": [

{
  "key": "exemple",
  "command": "node",
  "args": ["/Users/drisstalainte/Documents/Cline/MCP/exemple-server/build/index.js"],
  "isActive": true
}

]
}

i get connection closed

@tanevanwifferen
Copy link

connection closed happens when there's a bug in your mcp server

@nanbingxyz
Copy link
Owner

@nanbingxyz i have same issue here is my mcp.json config

{ "servers": [

{
  "key": "exemple",
  "command": "node",
  "args": ["/Users/drisstalainte/Documents/Cline/MCP/exemple-server/build/index.js"],
  "isActive": true
}

] }

i get connection closed

@lnvestor Is it okay to run it directly in the command line?

@lnvestor
Copy link

lnvestor commented Jan 12, 2025

@lnvestor i was genuis enough and i forgot to put env info there hahah it already fixed thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants