tis is the greatest thing ever

This commit is contained in:
lda
2026-05-15 23:48:02 +07:00 Verified
parent 9a035e9557
commit db2e4235d1
9 changed files with 186 additions and 48 deletions
-5
View File
@@ -53,11 +53,6 @@ def _validate_connection_ids(
continue
if connection_id in RESERVED_CONNECTION_IDS:
errors.append(f"connection id {connection_id!r} is reserved by wf-mcp")
if "_" in connection_id:
errors.append(
f"connection id {connection_id!r} must not contain '_' because "
"FastMCP Namespace uses '_' as the tool-name separator"
)
if not _NAMESPACE_ID_RE.fullmatch(connection_id):
errors.append(
f"connection id {connection_id!r} must contain only letters, "