fix: rebranding, see [docs/name-change.md](docs/name-change.md) for details
This commit is contained in:
@@ -335,7 +335,7 @@ Pour plus de détails sur chaque problème identifié, consultez les recommandat
|
||||
- [ ] Exécuter les tests de régression
|
||||
|
||||
---
|
||||
*Analyse générée automatiquement par MCP Zen* 🤖
|
||||
*Analyse générée automatiquement par MCP PAL* 🤖
|
||||
""",
|
||||
"metadata": {
|
||||
"tool_name": "analyze",
|
||||
@@ -459,13 +459,13 @@ def run_unit_tests():
|
||||
|
||||
def main():
|
||||
"""Main function."""
|
||||
print("🇫🇷 UTF-8 Integration Test - Zen MCP Server")
|
||||
print("🇫🇷 UTF-8 Integration Test - PAL MCP Server")
|
||||
print("=" * 60)
|
||||
|
||||
try:
|
||||
run_utf8_integration_tests()
|
||||
print("\n🎉 SUCCESS: All UTF-8 integration tests passed!")
|
||||
print("🚀 Zen MCP server fully supports French localization!")
|
||||
print("🚀 PAL MCP Server fully supports French localization!")
|
||||
return 0
|
||||
|
||||
except AssertionError as e:
|
||||
|
||||
Reference in New Issue
Block a user