Skip to content

Commit a2964f1

Browse files
pre-commit-ci[bot]Jack Koch
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bc434b2 commit a2964f1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mcp_email_server/app.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,7 @@ async def delete_emails(
204204
return result
205205

206206

207-
@mcp.tool(
208-
description="Mark one or more emails as read or unread. Use list_emails_metadata first to get the email_id."
209-
)
207+
@mcp.tool(description="Mark one or more emails as read or unread. Use list_emails_metadata first to get the email_id.")
210208
async def mark_emails(
211209
account_name: Annotated[str, Field(description="The name of the email account.")],
212210
email_ids: Annotated[

0 commit comments

Comments
 (0)