This is an automated email from the ASF dual-hosted git repository.
rbowen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/comdev.git
from 5e27c62 Merge pull request #2 from apache/rbowen-ponymail-mcp
add bbef9bc ponymail-mcp: opt-in Chrome auto-extract for login + smarter
paste form
new d46b7c9 Merge pull request #10 from
potiuk/ponymail-mcp/improve-login-flow
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
mcp/ponymail-mcp/README.md | 62 ++--
mcp/ponymail-mcp/auth.js | 504 ++++++++++++++++++++++++++------
mcp/ponymail-mcp/auth.test.js | 118 +++++++-
mcp/ponymail-mcp/cookie-extract.js | 291 ++++++++++++++++++
mcp/ponymail-mcp/cookie-extract.test.js | 66 +++++
mcp/ponymail-mcp/index.js | 56 +++-
mcp/ponymail-mcp/package.json | 2 +-
7 files changed, 989 insertions(+), 110 deletions(-)
create mode 100644 mcp/ponymail-mcp/cookie-extract.js
create mode 100644 mcp/ponymail-mcp/cookie-extract.test.js