This is an automated email from the ASF dual-hosted git repository.
rbowen pushed a change to branch rbowen-ponymail-mcp
in repository https://gitbox.apache.org/repos/asf/comdev.git
from 279ebc6 Merge pull request #3 from potiuk/rbowen-ponymail-mcp
add face465 Add unit tests and CI for ponymail-mcp
add 3c04b57 Merge pull request #5 from potiuk/add-tests-and-ci
No new revisions were added by this update.
Summary of changes:
.github/workflows/ponymail-mcp-tests.yml | 48 ++++++++++++
mcp/ponymail-mcp/auth.test.js | 129 +++++++++++++++++++++++++++++++
mcp/ponymail-mcp/package.json | 5 +-
mcp/ponymail-mcp/restrictions.test.js | 31 ++++++++
4 files changed, 212 insertions(+), 1 deletion(-)
create mode 100644 .github/workflows/ponymail-mcp-tests.yml
create mode 100644 mcp/ponymail-mcp/auth.test.js