게시글
질문&답변
클로드 설정 변경해도 mcp 서버 연결이 되지 않습니다.
https://github.com/JetBrains/mcp-jetbrains/issues/44제가 이 이슈랑 똑같아서, 노드 v18 이전의 old version을 전부 삭제해주니 되네요.
- 0
- 8
- 985
질문&답변
클로드 설정 변경해도 mcp 서버 연결이 되지 않습니다.
알려주신거 + 개인적으로 찾아본거 다 따라해봐도 안되네요..ㅠ로그는 위에 올린 내용과 같구요..
- 0
- 8
- 985
질문&답변
클로드 설정 변경해도 mcp 서버 연결이 되지 않습니다.
전부 새로 설치해도 안되네요..ㅠㅠㅠ
- 0
- 8
- 985
질문&답변
클로드 설정 변경해도 mcp 서버 연결이 되지 않습니다.
로그보시고 답변좀부탁드립니다..
- 0
- 8
- 985
질문&답변
클로드 설정 변경해도 mcp 서버 연결이 되지 않습니다.
2025-06-18T10:40:43.423Z [jetbrains] [info] Shutting down server... { metadata: undefined } 2025-06-18T10:40:47.221Z [jetbrains] [info] Initializing server... { metadata: undefined } 2025-06-18T10:40:47.242Z [jetbrains] [info] Generated authentication token for server { metadata: undefined } 2025-06-18T10:40:47.250Z [jetbrains] [info] Server started and connected successfully { metadata: undefined } 2025-06-18T10:40:47.251Z [jetbrains] [info] Message from client: {"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"claude-ai","version":"0.1.0"}},"jsonrpc":"2.0","id":0} { metadata: undefined } ERROR: You must supply a command. Execute binaries from npm packages. 이런 에러가 나오는데(사진)node, npx 명령어 잘 되고, readme.md 에서 처럼which npx &>/dev/null && sudo ln -sf "$(which npx)" /usr/local/bin/npxsymbolic link 지정 해줬어요!그런데 여전히 똑같이 안되구요. mcp-server-jetbrains.log2025-06-18T10:40:43.423Z [jetbrains] [info] Shutting down server... { metadata: undefined } 2025-06-18T10:40:47.221Z [jetbrains] [info] Initializing server... { metadata: undefined } 2025-06-18T10:40:47.242Z [jetbrains] [info] Generated authentication token for server { metadata: undefined } 2025-06-18T10:40:47.250Z [jetbrains] [info] Server started and connected successfully { metadata: undefined } 2025-06-18T10:40:47.251Z [jetbrains] [info] Message from client: {"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"claude-ai","version":"0.1.0"}},"jsonrpc":"2.0","id":0} { metadata: undefined } ERROR: You must supply a command. Execute binaries from npm packages. npx [options] [@version] [command-arg]... npx [options] [-p|--package ]... [command-arg]... npx [options] -c '' npx --shell-auto-fallback [shell] Options: --package, -p Package to be installed. [string] --cache Location of the npm cache. [string] --always-spawn Always spawn a child process to execute the command. [boolean] --no-install Skip installation if a package is missing. [boolean] --userconfig Path to user npmrc. [string] --call, -c Execute string as if inside `npm run-script`. [string] --shell, -s Shell to execute the command with, if any. [string] [default: false] --shell-auto-fallback Generate shell code to use npx as the "command not found" fallback. [string] [choices: "", "bash", "fish", "zsh"] --ignore-existing Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version. [boolean] --quiet, -q Suppress output from npx itself. Subcommands will not be affected. [boolean] --npm npm binary to use for internal operations. [string] [default: "/Users/yy/.nvm/versions/node/v10.24.1/lib/node_modules/npm/bin/npm-cli.js"] --node-arg, -n Extra node argument when calling a node binary.[string] --version, -v Show version number [boolean] --help, -h Show help [boolean] For the full documentation, see the manual page for npx(1). 2025-06-18T10:40:47.932Z [jetbrains] [info] Server transport closed { metadata: undefined } 2025-06-18T10:40:47.932Z [jetbrains] [info] Client transport closed { metadata: undefined } 2025-06-18T10:40:47.933Z [jetbrains] [info] Server transport closed unexpectedly, this is likely due to the process exiting early. If you are developing this MCP server you can add output to stderr (i.e. `console.error('...')` in JavaScript, `print('...', file=sys.stderr)` in python) and it will appear in this log. { metadata: undefined } 2025-06-18T10:40:47.933Z [jetbrains] [error] Server disconnected. For troubleshooting guidance, please visit our [debugging documentation](https://modelcontextprotocol.io/docs/tools/debugging) { metadata: { context: 'connection', stack: undefined } } 2025-06-18T10:40:47.933Z [jetbrains] [info] Client transport closed { metadata: undefined } mcp.log2025-06-18T10:40:47.221Z [info] [jetbrains] Initializing server... 2025-06-18T10:40:47.242Z [info] [jetbrains] Generated authentication token for server 2025-06-18T10:40:47.250Z [info] [jetbrains] Server started and connected successfully 2025-06-18T10:40:47.251Z [info] [jetbrains] Message from client: {"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"claude-ai","version":"0.1.0"}},"jsonrpc":"2.0","id":0} 2025-06-18T10:40:47.932Z [info] [jetbrains] Server transport closed 2025-06-18T10:40:47.932Z [info] [jetbrains] Client transport closed 2025-06-18T10:40:47.933Z [info] [jetbrains] Server transport closed unexpectedly, this is likely due to the process exiting early. If you are developing this MCP server you can add output to stderr (i.e. `console.error('...')` in JavaScript, `print('...', file=sys.stderr)` in python) and it will appear in this log. 2025-06-18T10:40:47.933Z [error] [jetbrains] Server disconnected. For troubleshooting guidance, please visit our [debugging documentation](https://modelcontextprotocol.io/docs/tools/debugging) 2025-06-18T10:40:47.933Z [info] [jetbrains] Client transport closed window.log2025-06-18 19:40:47 [warn] Error with Permissions-Policy header: Unrecognized feature: 'ambient-light-sensor'. 2025-06-18 19:40:47 [warn] Error with Permissions-Policy header: Unrecognized feature: 'document-domain'. 2025-06-18 19:40:47 [warn] Error with Permissions-Policy header: Unrecognized feature: 'speaker-selection'. 2025-06-18 19:40:47 [warn] Error with Permissions-Policy header: Unrecognized feature: 'web-share'. 2025-06-18 19:40:47 [warn] Found 1 service worker(s), which are no longer used. Unregistering. 2025-06-18 19:40:47 [warn] Error with Permissions-Policy header: Unrecognized feature: 'ambient-light-sensor'. 2025-06-18 19:40:47 [warn] Error with Permissions-Policy header: Unrecognized feature: 'document-domain'. 2025-06-18 19:40:47 [warn] Error with Permissions-Policy header: Unrecognized feature: 'speaker-selection'. 2025-06-18 19:40:47 [warn] Error with Permissions-Policy header: Unrecognized feature: 'web-share'. 2025-06-18 19:40:47 [warn] An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can escape its sandboxing. 2025-06-18 19:40:50 [error] Potential permissions policy violation: payment is not allowed in this document. 2025-06-18 19:40:51 [error] Uncaught Error: Cannot set properties of null (setting 'innerText') 2025-06-18 19:40:55 [error] Potential permissions policy violation: payment is not allowed in this document. 2025-06-18 19:41:47 [error] Could not attach to MCP server jetbrains: Error: MCP error -32001: Request timed out readme.md 에는 해당 trouble shooting 해결 방법이 없는거 같아서 여쭤봅니다.
- 0
- 8
- 985