This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/comdev.git


    from 08206e6  Merge pull request #7 from apache/sebbASF/patch/1
     add c5e5af0  Initial MCP server
     add 8db23b6  Implements authentication, although the flow to get your auth 
cookie is pretty onerous. I'll try to fix that next.
     add f2f1247  Adds a bookmarklet to help with auth, and updates README to 
reflect new functionality. But the auth is very cumbersome right now.
     add 3d1a42e  Add Apache License 2.0
     add 1a3277c  Add 'mcp/ponymail-mcp/' from commit 
'3d1a42ea952f342beefedade06673558f1cb6f98'
     add 93bf66f  Remove my personal file path
     add 87cb118  Remove my personal file path
     add b828f82  Make instructions generic, rather than Amazon Quick specific
     add 93163f9  Remove unused import
     add b676f49  Remove unused parameters
     add d8ebb7c  Removes all access to private lists.
     add feb7823  Put the auth stuff back in while people argue about it. ;-)
     add 870f676  Merges potiuk's patch from the original rbowen/ponymail-mcp 
repo
     add e939dde  Block all private lists by default, add opt-in allowlist
     add 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
     new 5e27c62  Merge pull request #2 from apache/rbowen-ponymail-mcp

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:
 .github/workflows/ponymail-mcp-tests.yml |  48 +++
 .gitignore                               |   2 +
 LICENSE => mcp/ponymail-mcp/LICENSE      |   0
 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, 1742 insertions(+)
 create mode 100644 .github/workflows/ponymail-mcp-tests.yml
 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/auth.test.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
 create mode 100644 mcp/ponymail-mcp/restrictions.js
 create mode 100644 mcp/ponymail-mcp/restrictions.test.js

Reply via email to