27 lines
904 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: doc
---
# よくある質問
## エラーコード説明
### 32000 - MCP接続失敗
MCP接続失敗の原因は複数考えられます。以下に一般的なケースを挙げます
**仮想環境パスの不一致**
仮想環境venvとエントリーファイルのパスが一致していない場合、接続失敗の原因となることがあります。
詳細な解決方法はこちら:[設定説明](./venv-not-same-path/venv-not-same-path.md)
---
**その他の可能性**
- ポートが使用中
- 環境変数の設定誤り
- 依存ライブラリが正しくインストールされていない
> 上記の問題が発生した場合、まずエラーログで詳細を確認してください。問題が解決しない場合は、[GitHub Issues](https://github.com/LSTM-Kirigaya/openmcp-client/issues)でサポートを求めてください。