From 08024fe6de2aaf3eb9949a62455fb18d39a3416c Mon Sep 17 00:00:00 2001 From: Novice Date: Fri, 6 Jun 2025 10:52:21 +0800 Subject: [PATCH] fix: superlint trailing whitespace --- api/core/mcp/types.py | 2 +- ...025_05_29_1707-de71f8771550_add_app_mcp_client_and_server.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/core/mcp/types.py b/api/core/mcp/types.py index b8e2494f37..7f26133211 100644 --- a/api/core/mcp/types.py +++ b/api/core/mcp/types.py @@ -714,7 +714,7 @@ class ToolAnnotations(BaseModel): idempotentHint: bool | None = None """ - If true, calling the tool repeatedly with the same arguments + If true, calling the tool repeatedly with the same arguments will have no additional effect on the its environment. (This property is meaningful only when `readOnlyHint == false`) Default: false diff --git a/api/migrations/versions/2025_05_29_1707-de71f8771550_add_app_mcp_client_and_server.py b/api/migrations/versions/2025_05_29_1707-de71f8771550_add_app_mcp_client_and_server.py index 9261de44af..140770fe8a 100644 --- a/api/migrations/versions/2025_05_29_1707-de71f8771550_add_app_mcp_client_and_server.py +++ b/api/migrations/versions/2025_05_29_1707-de71f8771550_add_app_mcp_client_and_server.py @@ -57,5 +57,5 @@ def downgrade(): # ### commands auto generated by Alembic - please adjust! ### op.drop_table('tool_mcp_providers') op.drop_table('app_mcp_servers') - + # ### end Alembic commands ###