Initial commit of Stalwart MCP Server

This commit is contained in:
2026-06-06 08:14:23 +02:00
commit e667786d02
4014 changed files with 927294 additions and 0 deletions

14
stalwart_read_email.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "stalwart_read_email",
"description": "Read the full contents of a specific email by its ID.",
"parameters": {
"type": "object",
"properties": {
"emailId": {
"type": "string",
"description": "The ID of the email to read."
}
},
"required": ["emailId"]
}
}