We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc434b2 commit a2964f1Copy full SHA for a2964f1
mcp_email_server/app.py
@@ -204,9 +204,7 @@ async def delete_emails(
204
return result
205
206
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
-)
+@mcp.tool(description="Mark one or more emails as read or unread. Use list_emails_metadata first to get the email_id.")
210
async def mark_emails(
211
account_name: Annotated[str, Field(description="The name of the email account.")],
212
email_ids: Annotated[
0 commit comments