This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/comdev.git
commit 5e27c6262a9a4498eff1ba7efb2d8667d38c4306 Merge: 08206e6 3c04b57 Author: Jarek Potiuk <[email protected]> AuthorDate: Fri May 22 17:18:42 2026 +0200 Merge pull request #2 from apache/rbowen-ponymail-mcp Rbowen ponymail mcp .github/workflows/ponymail-mcp-tests.yml | 48 +++ .gitignore | 2 + mcp/ponymail-mcp/LICENSE | 201 +++++++++++ mcp/ponymail-mcp/README.md | 200 +++++++++++ mcp/ponymail-mcp/auth.js | 264 ++++++++++++++ mcp/ponymail-mcp/auth.test.js | 129 +++++++ mcp/ponymail-mcp/bookmarklet.html | 31 ++ mcp/ponymail-mcp/index.js | 581 +++++++++++++++++++++++++++++++ mcp/ponymail-mcp/package.json | 17 + mcp/ponymail-mcp/restrictions.js | 162 +++++++++ mcp/ponymail-mcp/restrictions.test.js | 308 ++++++++++++++++ 11 files changed, 1943 insertions(+)
