ponymail-mcp: land users on the list after OAuth login, not the paste form PonyMail's oauth.html stores document.referrer in sessionStorage on load and redirects the user back to it after OAuth completes (falling back to the list index "./" only when there is no referrer). Because the login helper page is served from http://localhost, that localhost URL became the stored origin, so after authenticating the user was bounced straight back to the still-open paste form instead of the mailing list. Add rel="noreferrer" to the step-1 link so no referrer is sent; PonyMail's empty-origin fallback then lands the user on the real lists.apache.org list index. Generated-by: Claude Code 2.1.173 (Claude Opus 4.8)
ASF Community Development (ComDev) project partners with other groups across the ASF to provide resources, tools, programs, and advice in order to attract, retain, educate, and grow key communities around the Apache Software Foundation, in support of sustainability producing software for the public good.
Other repositories:
Contents of this repository:
asf-highlights — scripts for finding foundation-wide activity, such as project birthdays and ASF-wide activity summaries (self-contained uv Python scripts).project-activity — script for generating project-specific activity reports (self-contained uv Python script).mcp — Model Context Protocol (MCP) servers that expose ASF data to MCP-compatible AI clients:mcp/ponymail-mcp — MCP server for accessing Apache PonyMail mailing list archives.mcp/apache-projects-mcp — MCP server for querying Apache project data from projects.apache.org.scripts — repository tooling (the dependency license-allowlist check and shared git hooks).See AGENTS.md for development setup, how to run the pre-push checks, and contribution conventions (including the ASF attribution policy).