fix: rebranding, see [docs/name-change.md](docs/name-change.md) for details

This commit is contained in:
Fahad
2025-12-04 18:11:55 +04:00
parent bcfaccecd4
commit b2dc84992d
122 changed files with 1423 additions and 1056 deletions

View File

@@ -2,12 +2,12 @@
## Quick Debugging Steps
If you're experiencing issues with the Zen MCP Server, follow these steps:
If you're experiencing issues with the PAL MCP Server, follow these steps:
### 1. Check MCP Connection
Open Claude Desktop and type `/mcp` to see if zen is connected:
- ✅ If zen appears in the list, the connection is working
Open Claude Desktop and type `/mcp` to see if pal is connected:
- ✅ If pal appears in the list, the connection is working
- ❌ If not listed or shows an error, continue to step 2
### 2. Launch Claude with Debug Mode
@@ -79,14 +79,14 @@ See [Logging Documentation](logging.md) for more details on accessing logs.
**Python module not found**
- Run `./run-server.sh` to reinstall dependencies
- Check virtual environment is activated: should see `.zen_venv` in the Python path
- Check virtual environment is activated: should see `.pal_venv` in the Python path
### 6. Environment Issues
**Virtual Environment Problems**
```bash
# Reset environment completely
rm -rf .zen_venv
rm -rf .pal_venv
./run-server.sh
```