RepoJournal

Developer journal

Buğra Gündüz

@bgrgndzz since May 2018

223 stories across 67 days in 2018

Mon Wed Fri
Aug Sep Oct Nov Dec
an entry to read activity only Less More before entries began Full year →

Entries start May 14, 2018 — we reconstructed the previous month from @bgrgndzz's public GitHub activity on the day they joined. Squares before that show contribution counts only.

Add this graph to your GitHub README

Paste this Markdown into your README — the badge stays current automatically and links back here.

[![bgrgndzz's work on RepoJournal](https://repojournal.com/journals/bgrgndzz/heat.svg)](https://repojournal.com/journals/bgrgndzz)

Tuesday, Mar 17, 2026

shipped

Pylon replies MCP server with email support

Buğra Gündüz shipped an initial MCP server for sending customer-facing replies on Pylon issues, then refined it by removing destructive tools and adding email recipient handling.

The work began with an initial commit to bgrgndzz/pylon-replies-mcp, a Model Context Protocol server built to handle customer replies on Pylon issues [1]. The server exposed six tools: search_issues, get_issue, get_issue_messages, reply_to_issue, delete_message, and redact_message.

On the same day, Gündüz removed the delete_message and redact_message tools [2]. The reasoning was clear in the commit: "These are tangential to the replies focus and are irreversible destructive operations that don't belong in a reply-focused MCP."

He then fixed a gap in the reply tool by adding an email_info parameter to reply_to_issue [3]. This addressed the "No email recipients specified" error that occurred on email-based tickets by allowing explicit to, cc, and bcc addresses. The same change made message_id optional, aligning the tool with the API specification.

Gündüz finished the day by bumping the version to 1.0.1 [4] to reflect the email support and the removal of the destructive tools.

mcp api python

Sources

  1. Initial commit: Pylon replies MCP server · bgrgndzz/pylon-replies-mcp
  2. Remove delete_message and redact_message tools · bgrgndzz/pylon-replies-mcp
  3. Add email_info parameter to reply_to_issue · bgrgndzz/pylon-replies-mcp
  4. Bump version to 1.0.1 · bgrgndzz/pylon-replies-mcp

← All entries

Follow along

Follow bgrgndzz

A short briefing every day bgrgndzz ships something — in about 3 minutes.

or

One email a day. Unsubscribe in one click. Read a past issue →

RSS Read other developers