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 6ed1e43  Ignore generated data files
     new c5e5af0  Initial MCP server
     new 8db23b6  Implements authentication, although the flow to get your auth 
cookie is pretty onerous. I'll try to fix that next.
     new f2f1247  Adds a bookmarklet to help with auth, and updates README to 
reflect new functionality. But the auth is very cumbersome right now.
     new 3d1a42e  Add Apache License 2.0
     new 1a3277c  Add 'mcp/ponymail-mcp/' from commit 
'3d1a42ea952f342beefedade06673558f1cb6f98'

The 5 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:
 LICENSE => mcp/ponymail-mcp/LICENSE |   0
 mcp/ponymail-mcp/README.md          |  80 +++++++++
 mcp/ponymail-mcp/auth.js            | 262 +++++++++++++++++++++++++++
 mcp/ponymail-mcp/bookmarklet.html   |  31 ++++
 mcp/ponymail-mcp/index.js           | 341 ++++++++++++++++++++++++++++++++++++
 mcp/ponymail-mcp/package.json       |  13 ++
 6 files changed, 727 insertions(+)
 copy LICENSE => mcp/ponymail-mcp/LICENSE (100%)
 create mode 100644 mcp/ponymail-mcp/README.md
 create mode 100644 mcp/ponymail-mcp/auth.js
 create mode 100644 mcp/ponymail-mcp/bookmarklet.html
 create mode 100644 mcp/ponymail-mcp/index.js
 create mode 100644 mcp/ponymail-mcp/package.json

Reply via email to