SIGN IN SIGN UP

No fortress, purely open ground. OpenManus is Coming.

0 0 28 Python

fix: sanitize MCP tool names for OpenAI API compliance

Tool names with invalid characters (slashes, dots) from server paths
were causing OpenAI API 400 errors. Added sanitization to ensure
names match required pattern ^[a-zA-Z0-9_-]{1,64}$.

Fixes #1143
R
ryantzr1 committed
8597ef49258d4625bc19b70edf6a92b1b816e743
Parent: 7cd3057